]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/bookmark/BookmarkFileService.php
Feature: support any tag separator
[github/shaarli/Shaarli.git] / application / bookmark / BookmarkFileService.php
index 3ea98a45d6bf24c1ce501826d7dc84455bdae5ee..85efeea60097860bf96066e4c712a35c3d1d20d6 100644 (file)
@@ -91,7 +91,7 @@ class BookmarkFileService implements BookmarkServiceInterface
             }
         }
 
-        $this->bookmarkFilter = new BookmarkFilter($this->bookmarks);
+        $this->bookmarkFilter = new BookmarkFilter($this->bookmarks, $this->conf);
     }
 
     /**