]> git.wh0rd.org - tt-rss.git/commitdiff
Fix permission on cache/upload after upgrade
authoralok <thealok@gmail.com>
Sun, 13 Apr 2014 03:06:01 +0000 (23:06 -0400)
committeralok <thealok@gmail.com>
Sun, 13 Apr 2014 03:06:01 +0000 (23:06 -0400)
The daemon complains about cache/upload after the updater upgrades the installation. This should fix the permissions.

plugins/updater/init.php

index dc657e480205c46f8eb5037a2142dce93e7e3d21..ef48858b274afd0174c75dc9b2aca4d0e420853b 100644 (file)
@@ -236,6 +236,7 @@ class Updater extends Plugin {
                                        CACHE_DIR . "/images",
                                        CACHE_DIR . "/js",
                                        CACHE_DIR . "/simplepie",
+                                       CACHE_DIR . "/upload",
                                        ICONS_DIR,
                                        LOCK_DIRECTORY);