X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FController%2FTagController.php;h=a342ec0b91e21a44fa6c8ad7d3aa13a1c5c2817c;hb=78f66dcc527943e2ebb7e58108e3a5bb257f75b5;hp=e448cea1ebd181be873e1c2f6ca1e6e20794f7fb;hpb=4919584b8758b23e127536b686776c1c41b3d215;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Controller/TagController.php b/src/Wallabag/CoreBundle/Controller/TagController.php index e448cea1..a342ec0b 100644 --- a/src/Wallabag/CoreBundle/Controller/TagController.php +++ b/src/Wallabag/CoreBundle/Controller/TagController.php @@ -23,9 +23,8 @@ class TagController extends Controller return $this->render( 'WallabagCoreBundle:Tag:tags.html.twig', array( - 'tags' => $tags + 'tags' => $tags, ) ); } - }