Avoid a warning if a user hadn't subscribed to any forum.

This commit is contained in:
Michael Vogel 2016-01-24 17:56:34 +01:00
parent a447839c50
commit b409132f86
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ function get_forumlist($uid, $showhidden = true, $lastitem, $showprivate = false
intval($uid)
);
if (!$contacts)
return($forumlist);
foreach($contacts as $contact) {
$forumlist[] = array(
'url' => $contact['url'],