Skip to content
Snippets Groups Projects
Commit dc133ce2 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'update-renderer-class' into 'master'

undoi - set __cache perms 0770 --> 0750

See merge request !24
parents 9abc69d1 bd0b0073
No related branches found
No related tags found
1 merge request!24undoi - set __cache perms 0770 --> 0750
......@@ -201,7 +201,7 @@ class cronlog
protected function _getCacheDir(): string
{
if(!is_dir("$this->_sDataDir/__cache")) {
mkdir("$this->_sDataDir/__cache", 0770, true);
mkdir("$this->_sDataDir/__cache", 0750, true);
}
return "$this->_sDataDir/__cache";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment