Fix tags listing

Fix #1994
* Remove unused method in tag repository
This commit is contained in:
Nicolas Lœuillet
2016-05-02 21:32:47 +02:00
parent ba9fee0855
commit 2a007fe43d
4 changed files with 3 additions and 21 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',