From 64f16f1db1f05e032080c885ebf91f38f659e62f Mon Sep 17 00:00:00 2001
From: Bart Visscher <bartv@thisnet.nl>
Date: Thu, 27 Jun 2013 21:57:59 +0200
Subject: [PATCH] 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 e204de0bae..19d58c9044 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();
 	}
 }
-- 
GitLab