Skip to content

Commit

Permalink
Merge pull request #185 from FriendsOfREDAXO/skerbis-patch-1
Browse files Browse the repository at this point in the history
Leere Favoriten entfernt
  • Loading branch information
skerbis authored Jul 2, 2024
2 parents 11dd35f + 85ae9d6 commit d5c9278
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/QuickNavigation/Button/FavoriteButton.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ public function get(): string
$listItems[] = $listItem;
}
} else {
$fragment = new rex_fragment();
$listItems[] = $fragment->parse('QuickNavigation/NoResult.php');
return '';
}

$fragment = new rex_fragment([
Expand Down

0 comments on commit d5c9278

Please sign in to comment.