Skip to content

Commit

Permalink
Portfolio: Fix tag fiter when no tags - refs BT#18201
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Feb 4, 2021
1 parent c3c8b79 commit 3048653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/inc/lib/PortfolioController.php
Expand Up @@ -1454,7 +1454,7 @@ private function createFormTagFilter(): FormValidator
function (array $tagOption) {
return $tagOption['tag'];
},
$tagFieldInfo['options']
$tagFieldInfo['options'] ?? []
);

$frmTagList = new FormValidator(
Expand Down

0 comments on commit 3048653

Please sign in to comment.