aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/EntryController.php
diff options
context:
space:
mode:
authorNicolas Hart <contact@nclshart.net>2017-07-27 22:35:59 +0200
committerNicolas Hart <contact@nclshart.net>2017-07-27 23:08:08 +0200
commit383215866f81139e50baff59073f8f0706564b9d (patch)
tree9c0bc7f94b0b81ef7fccad102737390c14b66910 /src/Wallabag/CoreBundle/Controller/EntryController.php
parentf39152ad6e62f1ea43f501e88a8839526d77ef6c (diff)
downloadwallabag-383215866f81139e50baff59073f8f0706564b9d.tar.gz
wallabag-383215866f81139e50baff59073f8f0706564b9d.tar.zst
wallabag-383215866f81139e50baff59073f8f0706564b9d.zip
add a dedicated title for all entries page
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller/EntryController.php')
-rw-r--r--src/Wallabag/CoreBundle/Controller/EntryController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/EntryController.php b/src/Wallabag/CoreBundle/Controller/EntryController.php
index 845ebef6..3dcfbebe 100644
--- a/src/Wallabag/CoreBundle/Controller/EntryController.php
+++ b/src/Wallabag/CoreBundle/Controller/EntryController.php
@@ -573,6 +573,7 @@ class EntryController extends Controller
573 'entries' => $entries, 573 'entries' => $entries,
574 'currentPage' => $page, 574 'currentPage' => $page,
575 'searchTerm' => $searchTerm, 575 'searchTerm' => $searchTerm,
576 'isFiltered' => $form->isSubmitted(),
576 ] 577 ]
577 ); 578 );
578 } 579 }