From 897589a5c3eb10bdf09f91c5a566f0914b3bb169 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 20 Mar 2013 00:06:42 +0400 Subject: [PATCH] updater: fix permissions of cache/js --- plugins/updater/init.php | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.2