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

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

update mkdir permission 0750 -> 0770

See merge request !23
parents 15f7ca3f 20d63f4a
No related branches found
No related tags found
1 merge request!23update mkdir permission 0750 -> 0770
......@@ -201,7 +201,7 @@ class cronlog
protected function _getCacheDir(): string
{
if(!is_dir("$this->_sDataDir/__cache")) {
mkdir("$this->_sDataDir/__cache", 0750, true);
mkdir("$this->_sDataDir/__cache", 0770, 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