X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Ftheme.php;h=c2669f5a931ae8030d88ba603d596b243ec894b9;hb=0c764684bb32a9432fd161e62db907efb78af1a5;hp=cd2c31f1880f9007539e62b2de49c75ed35df46b;hpb=9a54afa629acc58a8e1df9dd48a2dd1f718b8a77;p=friendica.git diff --git a/view/theme/vier/theme.php b/view/theme/vier/theme.php index cd2c31f188..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_list($a->user['uid'],true,$lastitem, true); + $contacts = ForumManager::get_list($a->user['uid'],true,$lastitem, true); $total = count($contacts); $visible_forums = 10;