1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:45:55 +00:00

updater: fix permissions of cache/js

This commit is contained in:
Andrew Dolgov
2013-03-20 00:06:42 +04:00
parent b99306c86d
commit 897589a5c3

View File

@@ -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);