From 64f16f1db1f05e032080c885ebf91f38f659e62f Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Thu, 27 Jun 2013 21:57:59 +0200 Subject: Fix stupid namespace separator --- lib/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config.php b/lib/config.php index e204de0baee..19d58c90443 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(); } } -- cgit v1.2.3