]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Controller/TagController.php
Fixed some translations
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Controller / TagController.php
index 16d14d7974059aa9fa9d9e2966315cad7f3845ee..8645fb442621b933a10df0d127c5919b4cecd3d6 100644 (file)
@@ -81,7 +81,7 @@ class TagController extends Controller
     {
         $tags = $this->getDoctrine()
             ->getRepository('WallabagCoreBundle:Tag')
-            ->findTags($this->getUser()->getId());
+            ->findAllTags($this->getUser()->getId());
 
         return $this->render(
             'WallabagCoreBundle:Tag:tags.html.twig',