Fix stupid namespace separator
This commit is contained in:
parent
c6bbccc776
commit
64f16f1db1
1 changed files with 1 additions and 1 deletions
|
@ -166,6 +166,6 @@ class Config {
|
|||
}
|
||||
// Prevent others from reading the config
|
||||
@chmod($this->configFilename, 0640);
|
||||
OC_Util::clearOpcodeCache();
|
||||
\OC_Util::clearOpcodeCache();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue