mirror of
https://github.com/friendica/friendica
synced 2025-04-25 07:50:10 +00:00
Fix undefined variable/wrong parameter count/unknown functions
This commit is contained in:
parent
4b5894817e
commit
2978b1eef0
16 changed files with 36 additions and 33 deletions
|
@ -767,7 +767,7 @@ class NotificationsManager
|
|||
public function introNotifs($all = false, $start = 0, $limit = 80)
|
||||
{
|
||||
$ident = 'introductions';
|
||||
$total = $this->introTotal($seen);
|
||||
$total = $this->introTotal($all);
|
||||
$notifs = array();
|
||||
$sql_extra = "";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue