mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 23:59:27 -04:00
writeData(): correct variable name for config file path
It changed since we wrote this patch.
This commit is contained in:
parent
8b2b0aae31
commit
013feb8da0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue