diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-06-27 17:51:37 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-06-27 17:54:17 +0200 |
commit | c6bbccc776ee9ea1112d3cfab54c9f2c95540130 (patch) | |
tree | 799c938b8d314a4f49fdeba43f5b42e212f77fcd /lib/config.php | |
parent | 969e43c87b7afb6184846fe27849167c9c6f5eab (diff) | |
parent | 6fcee1ee117a167aa0c526ca39effbf086d10991 (diff) | |
download | nextcloud-server-c6bbccc776ee9ea1112d3cfab54c9f2c95540130.tar.gz nextcloud-server-c6bbccc776ee9ea1112d3cfab54c9f2c95540130.zip |
Merge branch 'master' into convert-oc_config
Conflicts:
lib/config.php
lib/setup.php
Diffstat (limited to 'lib/config.php')
-rw-r--r-- | lib/config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/config.php b/lib/config.php index a3663949d16..e204de0baee 100644 --- a/lib/config.php +++ b/lib/config.php @@ -166,5 +166,6 @@ class Config { } // Prevent others from reading the config @chmod($this->configFilename, 0640); + OC_Util::clearOpcodeCache(); } } |