]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Change the way to check for an existing entry
authorJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 24 Dec 2015 14:19:50 +0000 (15:19 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 2 Jan 2016 22:27:41 +0000 (23:27 +0100)
commit5a4bbcc9a76fcdf54a6af25fcf7b26c9053a0ba3
treeae181b75a7a9305b9d12774e4e451059acce5bce
parent27a8708b673bb0a28a520131d94ce17c7d3b9f96
Change the way to check for an existing entry

The repository method return the entry found or false if nothing exists.
src/Wallabag/CoreBundle/Controller/EntryController.php
src/Wallabag/CoreBundle/Repository/EntryRepository.php
src/Wallabag/CoreBundle/Resources/config/services.yml
src/Wallabag/ImportBundle/Import/PocketImport.php