Fix stupid namespace separator

This commit is contained in:
Bart Visscher 2013-06-27 21:57:59 +02:00
parent c6bbccc776
commit 64f16f1db1

View file

@ -166,6 +166,6 @@ class Config {
}
// Prevent others from reading the config
@chmod($this->configFilename, 0640);
OC_Util::clearOpcodeCache();
\OC_Util::clearOpcodeCache();
}
}