diff --git a/lib/config.php b/lib/config.php index e204de0baee0d588b181e88ac9b4c4fc091a3184..19d58c9044340c123dc8bc7c4f6f0d7f0cd598f7 100644 --- a/lib/config.php +++ b/lib/config.php @@ -166,6 +166,6 @@ class Config { } // Prevent others from reading the config @chmod($this->configFilename, 0640); - OC_Util::clearOpcodeCache(); + \OC_Util::clearOpcodeCache(); } }