diff --git a/plugins/Common.php b/plugins/Common.php index 5cba232..3cbc608 100644 --- a/plugins/Common.php +++ b/plugins/Common.php @@ -548,7 +548,7 @@ Class Common { } if (!is_dir($cacheDir)) { - mkdir($cacheDir, 0700, true); + mkdir($cacheDir, 0744, true); } $cache_filename = "{$cacheDir}{$key}.json";