Skip to content
Snippets Groups Projects
Commit 013feb8d authored by Adam Williamson's avatar Adam Williamson
Browse files

writeData(): correct variable name for config file path

It changed since we wrote this patch.
parent 8b2b0aae
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment