1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-10-10 19:32:07 +00:00

Fix typo & CS

This commit is contained in:
Jeremy Benoist 2019-06-05 17:09:05 +02:00
parent ad51743e8b
commit 0f2d24feb4
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
2 changed files with 5 additions and 4 deletions

View 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) {