mirror of
https://github.com/friendica/friendica
synced 2025-04-23 07:50:12 +00:00
Improvements:
- Fix API-select - Introduce OTYPE-constants - Rename `IntroductionFactory` methods
This commit is contained in:
parent
74f3a2f90c
commit
b85511b00d
5 changed files with 14 additions and 8 deletions
|
@ -26,7 +26,7 @@ class Introductions extends BaseNotifications
|
|||
|
||||
$notifications = [
|
||||
'ident' => 'introductions',
|
||||
'notifications' => DI::factNotIntro()->getIntroList($all, self::$firstItemNum, self::ITEMS_PER_PAGE, $id),
|
||||
'notifications' => DI::factNotIntro()->getList($all, self::$firstItemNum, self::ITEMS_PER_PAGE, $id),
|
||||
];
|
||||
|
||||
return [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue