]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/legacy/LegacyLinkDB.php
Process Daily RSS feed through Slim controller
[github/shaarli/Shaarli.git] / application / legacy / LegacyLinkDB.php
index 947005adddb6184ce807a105ba1344f50cb4c453..7bf76fd471087fe0477b935b4cb1bf771ae1ab46 100644 (file)
@@ -353,7 +353,7 @@ You use the community supported version of the original Shaarli project, by Seba
 
         $this->write();
 
-        $pageCacheManager = new PageCacheManager($pageCacheDir);
+        $pageCacheManager = new PageCacheManager($pageCacheDir, $this->loggedIn);
         $pageCacheManager->invalidateCaches();
     }