]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/theme.php
Merge develop into 0602_contact_profile
[friendica.git] / view / theme / vier / theme.php
index 4afc5409c06b0be4692ab1008577efb2b091e55c..c2669f5a931ae8030d88ba603d596b243ec894b9 100644 (file)
@@ -220,7 +220,7 @@ function vier_community_info() {
        //Community_Pages at right_aside
        if($show_pages AND local_user()) {
 
-               require_once('include/forums.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 = get_forumlist($a->user['uid'],true,$lastitem, true);
+               $contacts = ForumManager::get_list($a->user['uid'],true,$lastitem, true);
                $total = count($contacts);
                $visible_forums = 10;