Skip to content
Snippets Groups Projects

update mkdir permission 0750 -> 0770

Merged Hahn Axel (hahn) requested to merge update-renderer-class into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -201,7 +201,7 @@ class cronlog
@@ -201,7 +201,7 @@ class cronlog
protected function _getCacheDir(): string
protected function _getCacheDir(): string
{
{
if(!is_dir("$this->_sDataDir/__cache")) {
if(!is_dir("$this->_sDataDir/__cache")) {
mkdir("$this->_sDataDir/__cache", 0750, true);
mkdir("$this->_sDataDir/__cache", 0770, true);
}
}
return "$this->_sDataDir/__cache";
return "$this->_sDataDir/__cache";
}
}
Loading