From: alok Date: Sun, 13 Apr 2014 03:06:01 +0000 (-0400) Subject: Fix permission on cache/upload after upgrade X-Git-Tag: 1.13~45^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b16e8ba8efa155750523e2eb1b140a3916b301b1;p=tt-rss.git Fix permission on cache/upload after upgrade The daemon complains about cache/upload after the updater upgrades the installation. This should fix the permissions. --- diff --git a/plugins/updater/init.php b/plugins/updater/init.php index dc657e48..ef48858b 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);