mirror of
https://github.com/friendica/friendica
synced 2025-04-25 20:30: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
|
@ -186,7 +186,7 @@ class Contact extends BaseModule
|
|||
$follow_widget = Widget::follow();
|
||||
}
|
||||
|
||||
$account_widget = Widget::accounttypes($_SERVER['REQUEST_URI'], $accounttype);
|
||||
$account_widget = Widget::accountTypes($_SERVER['REQUEST_URI'], $accounttype);
|
||||
$networks_widget = Widget::networks($_SERVER['REQUEST_URI'], $nets);
|
||||
$rel_widget = Widget::contactRels($_SERVER['REQUEST_URI'], $rel);
|
||||
$groups_widget = Widget::groups($_SERVER['REQUEST_URI'], $group);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue