X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Ftheme.php;h=c2669f5a931ae8030d88ba603d596b243ec894b9;hb=0c764684bb32a9432fd161e62db907efb78af1a5;hp=93a6d5ce08be9aaea73c74e34fd5dd34d39cdca0;hpb=c1070e4655996e047951dada992b65abebf74834;p=friendica.git diff --git a/view/theme/vier/theme.php b/view/theme/vier/theme.php index 93a6d5ce08..c2669f5a93 100644 --- a/view/theme/vier/theme.php +++ b/view/theme/vier/theme.php @@ -220,7 +220,7 @@ function vier_community_info() { //Community_Pages at right_aside if($show_pages AND local_user()) { - require_once('include/forum.php'); + require_once('include/ForumManager.php'); if(x($_GET['cid']) && intval($_GET['cid']) != 0) $cid = $_GET['cid']; @@ -228,7 +228,7 @@ function vier_community_info() { //sort by last updated item $lastitem = true; - $contacts = forum::get_forumlist($a->user['uid'],true,$lastitem, true); + $contacts = ForumManager::get_list($a->user['uid'],true,$lastitem, true); $total = count($contacts); $visible_forums = 10;