Handled Errors if there are no Filters

This commit is contained in:
Andreas Österreicher
2018-02-08 17:32:41 +01:00
parent 4dec69ae63
commit b480ec30a2
@@ -386,6 +386,9 @@ class InfoCenter extends VileSci_Controller
*/
private function _setNavigationMenuArray()
{
$listFiltersSent = array();
$listFiltersNotSent = array();
$filtersSent = $this->FiltersModel->getFilterList('infocenter', 'PersonActions', '%InfoCenterSentApplication%');
if (hasData($filtersSent))
{