]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Controller/TagController.php
Fixed UI
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Controller / TagController.php
index 16ded948eedc8db07f06355f34c96507f9888409..06a91e1efd65ff78b13c9a9e0f299f288bd1118c 100644 (file)
@@ -131,6 +131,7 @@ class TagController extends Controller
 
         return $this->render('WallabagCoreBundle:Entry:entries.html.twig', [
             'form' => null,
+            'sortForm' => null,
             'entries' => $entries,
             'currentPage' => $page,
             'tag' => $tag,