mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
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
|
@ -3,7 +3,7 @@
|
|||
* @file include/identity.php
|
||||
*/
|
||||
|
||||
require_once('include/forum.php');
|
||||
require_once('include/Forum.php');
|
||||
require_once('include/bbcode.php');
|
||||
require_once("mod/proxy.php");
|
||||
|
||||
|
@ -655,7 +655,7 @@ function advanced_profile(&$a) {
|
|||
|
||||
//show subcribed forum if it is enabled in the usersettings
|
||||
if (feature_enabled($uid,'forumlist_profile')) {
|
||||
$profile['forumlist'] = array( t('Forums:'), forum::forumlist_profile_advanced($uid));
|
||||
$profile['forumlist'] = array( t('Forums:'), Forum::profile_advanced($uid));
|
||||
}
|
||||
|
||||
if ($a->profile['uid'] == local_user())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue