Switch approach to change BaseNotifications instead

This commit is contained in:
Marcus F. 2026-01-24 10:41:07 +01:00
commit a01fb9cb66
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ class Notifications extends BaseNotifications
$notificationHeader = $this->t('Personal Notifications');
$notifications = [
'ident' => FormattedNotify::PERSONAL,
'notifications' => $factory->getPersonalList(true, $this->firstItemNum, self::ITEMS_PER_PAGE),
'notifications' => $factory->getPersonalList($this->showAll, $this->firstItemNum, self::ITEMS_PER_PAGE),
];
} elseif (($this->args->get(1) == 'home')) {
$notificationHeader = $this->t('Home Notifications');