forked from friendica/friendica
Switch approach to change BaseNotifications instead
This commit is contained in:
parent
99b497a0c3
commit
a01fb9cb66
2 changed files with 2 additions and 2 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue