]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Controller/EntryController.php
Restore old behavior for OutOfRangeCurrentPageException
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Controller / EntryController.php
index 177597ba8aa8bb3d0e050c807521369d8e51fe80..cba58858a16f68d868b5f09e8604e1c41cf4de3f 100644 (file)
@@ -430,7 +430,7 @@ class EntryController extends Controller
      *
      * @return array|bool
      */
-    public function checkIfEntryAlreadyExists($entry)
+    private function checkIfEntryAlreadyExists($entry)
     {
         return $this->get('wallabag_core.entry_repository')->findByUrlAndUserId($entry->getUrl(), $this->getUser()->getId());
     }