diff options
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(); } } |