mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-09 06:24:27 +02: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