mirror of
https://github.com/friendica/friendica
synced 2025-04-26 07:10:12 +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
|
@ -160,7 +160,7 @@ class ForumManager
|
|||
$contacts = self::getList($uid, $lastitem, false, false);
|
||||
|
||||
$total_shown = 0;
|
||||
|
||||
$forumlist = '';
|
||||
foreach ($contacts as $contact) {
|
||||
$forumlist .= micropro($contact, false, 'forumlist-profile-advanced');
|
||||
$total_shown ++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue