Stop lowering cache permissions.

- Temporary solution until ObjectStorage is implemented here.
This commit is contained in:
Abel Hoogeveen 2021-11-30 11:33:18 +01:00
parent 444f614c48
commit cd331dc39d
Signed by: abelhooge
GPG Key ID: C540221690CBFFBA
1 changed files with 0 additions and 3 deletions

View File

@ -326,9 +326,6 @@ class Output
return false;
}
// Lowering permissions to read only
chmod($cachePath, 0640);
// And report back
Logger::logInfo("Output cache has been saved.");