aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/FeedController.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-07-09 19:45:27 +0200
committerThomas Citharel <tcit@tcit.fr>2017-07-09 19:45:27 +0200
commit881c257662b4ff66a527331e94ca4c508f86936b (patch)
treee6de599e64c97b39a59955f937a3b7b7096de58d /src/Wallabag/CoreBundle/Controller/FeedController.php
parent9a62cb9fa4e1fa401a5b1604283eabc4b665a3b7 (diff)
downloadwallabag-rss2atom.tar.gz
wallabag-rss2atom.tar.zst
wallabag-rss2atom.zip
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller/FeedController.php')
-rw-r--r--src/Wallabag/CoreBundle/Controller/FeedController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/FeedController.php b/src/Wallabag/CoreBundle/Controller/FeedController.php
index ab1e61ad..7e89afee 100644
--- a/src/Wallabag/CoreBundle/Controller/FeedController.php
+++ b/src/Wallabag/CoreBundle/Controller/FeedController.php
@@ -193,7 +193,7 @@ class FeedController extends Controller
193 $entries->setCurrentPage((int) $page); 193 $entries->setCurrentPage((int) $page);
194 } catch (OutOfRangeCurrentPageException $e) { 194 } catch (OutOfRangeCurrentPageException $e) {
195 if ($page > 1) { 195 if ($page > 1) {
196 return $this->redirect($url.'/'.$entries->getNbPages()); 196 return $this->redirect($url . '/' . $entries->getNbPages());
197 } 197 }
198 } 198 }
199 199