controllers/filter: shift modifyFilter

This commit is contained in:
Thomas Gelf 2016-03-21 12:11:33 +01:00
parent a49f163ca2
commit 3fcb0d9849
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ abstract class ActionController extends Controller
$this->view->quickSearch = sprintf(
$htm,
$this->getRequest()->getUrl()->without('q')->without('page'),
$this->getRequest()->getUrl()->without(array('q', 'page', 'modifyFilter')),
$this->translate('Search...')
);