]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Controller/TagController.php
Fix typo & CS
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Controller / TagController.php
index bd50de7fb87aeb2784cae3755c18ba1182d225eb..91f34b3de1871ccc5e6825bdf286c5d3fdb4e5b7 100644 (file)
@@ -88,7 +88,7 @@ class TagController extends Controller
         $tags = $this->get('wallabag_core.tag_repository')
             ->findAllFlatTagsWithNbEntries($this->getUser()->getId());
         $untagged = $this->get('wallabag_core.entry_repository')
-            ->countUntaggedEntriesForUser($this->getUser()->getId());
+            ->countUntaggedEntriesByUser($this->getUser()->getId());
 
         $renameForms = [];
         foreach ($tags as $tag) {