mirror of
https://github.com/friendica/friendica
synced 2025-04-22 19:50:11 +00:00
rename some variables
This commit is contained in:
parent
d0c153943a
commit
512b00550e
3 changed files with 14 additions and 14 deletions
|
@ -23,7 +23,7 @@ class Introductions extends BaseNotifications
|
|||
$id = (int)DI::args()->get(2, 0);
|
||||
$all = DI::args()->get(2) == 'all';
|
||||
|
||||
$notifs = DI::notify()->getIntroList($all, self::$start, self::PER_PAGE, $id);
|
||||
$notifs = DI::notify()->getIntroList($all, self::$firstItemNum, self::ITEMS_PER_PAGE, $id);
|
||||
|
||||
return [
|
||||
'header' => DI::l10n()->t('Notifications'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue