Fix stupid namespace separator

remotes/origin/stable6
Bart Visscher 12 years ago
parent c6bbccc776
commit 64f16f1db1
  1. 2
      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();
}
}

Loading…
Cancel
Save