From: Thomas Citharel Date: Sat, 25 Jun 2016 21:19:21 +0000 (+0200) Subject: CS X-Git-Tag: 2.1.0~66^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=e43c78abd9193641d07ea27d0275fc19419b89ad;p=github%2Fwallabag%2Fwallabag.git CS --- diff --git a/src/Wallabag/ApiBundle/Controller/WallabagRestController.php b/src/Wallabag/ApiBundle/Controller/WallabagRestController.php index 7d624812..4fae4b0a 100644 --- a/src/Wallabag/ApiBundle/Controller/WallabagRestController.php +++ b/src/Wallabag/ApiBundle/Controller/WallabagRestController.php @@ -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')