]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/bookmark/BookmarkIO.php
Migrate cache purge function to a proper class
[github/shaarli/Shaarli.git] / application / bookmark / BookmarkIO.php
index ae9ffcb4612bd1acbc633d51b3c48c46cd05ff76..1026e2f978d0a43650f0753e23a6b92529b1f91d 100644 (file)
@@ -102,7 +102,5 @@ class BookmarkIO
             $this->datastore,
             self::$phpPrefix.base64_encode(gzdeflate(serialize($links))).self::$phpSuffix
         );
-
-        invalidateCaches($this->conf->get('resource.page_cache'));
     }
 }