summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-04-13 10:07:51 +0400
committerAndrew Dolgov <[email protected]>2014-04-13 10:07:51 +0400
commitcda0418af19f55669f16c14c838ee44bf6fd8c99 (patch)
treea6757e122b50086b2a3528a7143baec0dddb2c4a
parent82474d4ffa9085c9239b26aa0ba592b3ed2dcf6d (diff)
parentb16e8ba8efa155750523e2eb1b140a3916b301b1 (diff)
Merge pull request #365 from alok0/master
Fix permission on 'cache/upload' after upgrade
-rw-r--r--plugins/updater/init.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/updater/init.php b/plugins/updater/init.php
index dc657e480..ef48858b2 100644
--- a/plugins/updater/init.php
+++ b/plugins/updater/init.php
@@ -236,6 +236,7 @@ class Updater extends Plugin {
CACHE_DIR . "/images",
CACHE_DIR . "/js",
CACHE_DIR . "/simplepie",
+ CACHE_DIR . "/upload",
ICONS_DIR,
LOCK_DIRECTORY);