]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Page parameter was never used in the function
authorJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 1 Jun 2017 07:29:16 +0000 (09:29 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 1 Jun 2017 07:29:18 +0000 (09:29 +0200)
commit53da8ad844b379ab9d82f2497cc5de91da9a1388
treeb7964b0893025cd4b1cf41f661fccbb62e6424be
parent2a0eec07a5630401a9ceb7add65604f79238f10c
Page parameter was never used in the function

It could have been used if we set the current page inside PreparePagerForEntries.
But we did that in each controller because we can have an OutOfRangeCurrentPageException
src/Wallabag/CoreBundle/Controller/EntryController.php
src/Wallabag/CoreBundle/Controller/TagController.php
src/Wallabag/CoreBundle/Helper/PreparePagerForEntries.php