Merge pull request #2013 from wallabag/fix-display-all-tags

Fix tags listing
This commit is contained in:
Jeremy Benoist
2016-05-03 10:07:34 +02:00
4 changed files with 6 additions and 36 deletions

View 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',