writeData(): correct variable name for config file path

It changed since we wrote this patch.
remotes/origin/log-external-deletes
Adam Williamson 11 years ago
parent 8b2b0aae31
commit 013feb8da0
  1. 2
      lib/private/config.php

@ -208,7 +208,7 @@ class Config {
fclose($filePointer);
// Try invalidating the opcache just for the file we wrote...
if (!\OC_Util::deleteFromOpcodeCache($this->configFilename)) {
if (!\OC_Util::deleteFromOpcodeCache($this->configFilePath)) {
// But if that doesn't work, clear the whole cache.
\OC_Util::clearOpcodeCache();
}

Loading…
Cancel
Save