]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Fix the way to check for an existing entry
authorJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 30 Dec 2015 11:19:15 +0000 (12:19 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 2 Jan 2016 22:27:41 +0000 (23:27 +0100)
commitb4b592a0c0ee356e81775baf8f9976288d7b686c
tree5938c378166e023adc5a62accf6d5831919b59c7
parent77a7752a592af9ac821621a34d9955533baf40a0
Fix the way to check for an existing entry

Instead of requiring more than 1 entry (> 1) we have to check for at least one entry (> 0)
src/Wallabag/CoreBundle/Repository/EntryRepository.php