mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:10:11 +00:00
Several default features are now in the core
This commit is contained in:
parent
75398b96d5
commit
43079bfaf8
10 changed files with 48 additions and 88 deletions
|
@ -93,10 +93,6 @@ class ForumManager
|
|||
*/
|
||||
public static function widget($uid, $cid = 0)
|
||||
{
|
||||
if (! intval(Feature::isEnabled(local_user(), 'forumlist_widget'))) {
|
||||
return;
|
||||
}
|
||||
|
||||
$o = '';
|
||||
|
||||
//sort by last updated item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue