mirror of
https://github.com/friendica/friendica
synced 2025-04-19 09:50:11 +00:00
Changes
- renamed Widget::accounttypes() to Widget::accountTypes() - fixed type-hint the documentation was wrong
This commit is contained in:
parent
83cbe586ac
commit
5c0e8c62de
5 changed files with 6 additions and 6 deletions
|
@ -86,7 +86,7 @@ class Network extends BaseModule
|
|||
|
||||
$module = 'network';
|
||||
|
||||
DI::page()['aside'] .= Widget::accounttypes($module, self::$accountTypeString);
|
||||
DI::page()['aside'] .= Widget::accountTypes($module, self::$accountTypeString);
|
||||
DI::page()['aside'] .= Group::sidebarWidget($module, $module . '/group', 'standard', self::$groupId);
|
||||
DI::page()['aside'] .= ForumManager::widget($module . '/forum', local_user(), self::$forumContactId);
|
||||
DI::page()['aside'] .= Widget::postedByYear($module . '/archive', local_user(), false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue