diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/cache.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/cache.php b/engine/lib/cache.php index 47319e708..70a8d49f2 100644 --- a/engine/lib/cache.php +++ b/engine/lib/cache.php @@ -313,6 +313,7 @@ // Create full path $path = $this->get_variable("cache_path") . $matrix; + mkdir($path, 0700, true); // if (!mkdir($path, 0700, true)) throw new IOException("Could not make $path"); |