]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
CS 2176/head
authorThomas Citharel <tcit@tcit.fr>
Sat, 25 Jun 2016 21:19:21 +0000 (23:19 +0200)
committerThomas Citharel <tcit@tcit.fr>
Sat, 25 Jun 2016 21:19:21 +0000 (23:19 +0200)
src/Wallabag/ApiBundle/Controller/WallabagRestController.php

index 7d624812154d7b7558db20f82c3609d2d73ac37e..4fae4b0a8a07842eeb2ed53cd87a056ac641e117 100644 (file)
@@ -50,7 +50,7 @@ class WallabagRestController extends FOSRestController
         $order = $request->query->get('order', 'desc');
         $page = (int) $request->query->get('page', 1);
         $perPage = (int) $request->query->get('perPage', 30);
-        $since = $request->query->get('since',0);
+        $since = $request->query->get('since', 0);
 
         $pager = $this->getDoctrine()
             ->getRepository('WallabagCoreBundle:Entry')