- renamed Widget::accounttypes() to Widget::accountTypes()
- fixed type-hint the documentation was wrong
This commit is contained in:
Roland Häder 2022-06-30 14:49:51 +02:00
parent 83cbe586ac
commit 5c0e8c62de
No known key found for this signature in database
GPG key ID: C82EDE5DDFA0BA77
5 changed files with 6 additions and 6 deletions

View file

@ -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);