Skip to content

Commit

Permalink
Merge pull request #22378 from eileenmcnaughton/notice
Browse files Browse the repository at this point in the history
Ensure dashboardLinks assigned to prevent e-notice
  • Loading branch information
colemanw authored Jan 5, 2022
2 parents 120d5b1 + 0478f53 commit 79667cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CRM/Core/Block.php
Original file line number Diff line number Diff line change
Expand Up @@ -464,10 +464,6 @@ private static function setTemplateDashboardValues() {
);
}

if (empty($dashboardLinks)) {
return NULL;
}

$values = [];
foreach ($dashboardLinks as $dash) {
$value = [];
Expand Down

0 comments on commit 79667cd

Please sign in to comment.