Forum class - rename Class CamelCase and rename some methods
This commit is contained in:
parent
c1070e4655
commit
9a54afa629
5 changed files with 14 additions and 14 deletions
|
@ -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/Forum.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 = Forum::get_list($a->user['uid'],true,$lastitem, true);
|
||||
$total = count($contacts);
|
||||
$visible_forums = 10;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue