From b3918b9ab58400da060a84bf25eccdf5b491b5d2 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 1 Mar 2016 06:40:04 +0100 Subject: [PATCH] objecte/table: do not cope with missing filters --- application/views/scripts/objects/table.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/scripts/objects/table.phtml b/application/views/scripts/objects/table.phtml index 1f649c7f..19bff827 100644 --- a/application/views/scripts/objects/table.phtml +++ b/application/views/scripts/objects/table.phtml @@ -4,7 +4,7 @@ addLink ?> -filterEditor->getFilter()->isEmpty()): ?> +filterEditor && ! $this->filterEditor->getFilter()->isEmpty())): ?> filterEditor ?> table->getPaginator() ?>