diff options
Diffstat (limited to 'src/Wallabag/ApiBundle/Controller')
-rw-r--r-- | src/Wallabag/ApiBundle/Controller/WallabagRestController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/ApiBundle/Controller/WallabagRestController.php b/src/Wallabag/ApiBundle/Controller/WallabagRestController.php index ed31c536..9997913d 100644 --- a/src/Wallabag/ApiBundle/Controller/WallabagRestController.php +++ b/src/Wallabag/ApiBundle/Controller/WallabagRestController.php | |||
@@ -387,7 +387,7 @@ class WallabagRestController extends FOSRestController | |||
387 | 387 | ||
388 | $tags = $this->getDoctrine() | 388 | $tags = $this->getDoctrine() |
389 | ->getRepository('WallabagCoreBundle:Tag') | 389 | ->getRepository('WallabagCoreBundle:Tag') |
390 | ->findAllTagsWithEntries($this->getUser()->getId()); | 390 | ->findAllTags($this->getUser()->getId()); |
391 | 391 | ||
392 | $json = $this->get('serializer')->serialize($tags, 'json'); | 392 | $json = $this->get('serializer')->serialize($tags, 'json'); |
393 | 393 | ||