From: Andrew Dolgov Date: Tue, 19 Mar 2013 20:06:42 +0000 (+0400) Subject: updater: fix permissions of cache/js X-Git-Tag: 1.7.5~89 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=897589a5c3eb10bdf09f91c5a566f0914b3bb169;p=tt-rss.git updater: fix permissions of cache/js --- diff --git a/plugins/updater/init.php b/plugins/updater/init.php index 4f9ee86b..6c31501e 100644 --- a/plugins/updater/init.php +++ b/plugins/updater/init.php @@ -230,6 +230,7 @@ class Updater extends Plugin { CACHE_DIR, CACHE_DIR . "/export", CACHE_DIR . "/images", + CACHE_DIR . "/js", CACHE_DIR . "/simplepie", ICONS_DIR, LOCK_DIRECTORY);