mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-06 14:17:27 +02:00
Merge branch 'master' into rip-mysql
This commit is contained in:
commit
f80187e05f
4000
package-lock.json
generated
4000
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,7 @@
|
||||
"description": "",
|
||||
"devDependencies": {
|
||||
"eslint": "^7.9.0",
|
||||
"eslint-formatter-gitlab": "^5.1.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-less": "^4.0.1",
|
||||
"gulp-touch-fd": "^2.0.0",
|
||||
|
@ -24,12 +24,6 @@ class Cache_Starred_Images extends Plugin {
|
||||
$this->cache = DiskCache::instance("starred-images");
|
||||
$this->cache_status = DiskCache::instance("starred-images.status-files");
|
||||
|
||||
if ($this->cache->make_dir())
|
||||
chmod($this->cache->get_dir(), 0777);
|
||||
|
||||
if ($this->cache_status->make_dir())
|
||||
chmod($this->cache_status->get_dir(), 0777);
|
||||
|
||||
if (!$this->cache->exists(".no-auto-expiry"))
|
||||
$this->cache->put(".no-auto-expiry", "");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user