]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/bookmark/BookmarkFileService.php
Process Daily RSS feed through Slim controller
[github/shaarli/Shaarli.git] / application / bookmark / BookmarkFileService.php
index 3b3812afcea9512fe15049f286077252969a76e7..7439d8d8d830bf7de9e56d9c342085c923f894e5 100644 (file)
@@ -53,7 +53,7 @@ class BookmarkFileService implements BookmarkServiceInterface
     {
         $this->conf = $conf;
         $this->history = $history;
-        $this->pageCacheManager = new PageCacheManager($this->conf->get('resource.page_cache'));
+        $this->pageCacheManager = new PageCacheManager($this->conf->get('resource.page_cache'), $isLoggedIn);
         $this->bookmarksIO = new BookmarkIO($this->conf);
         $this->isLoggedIn = $isLoggedIn;