]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Contact.php
Remove poke feature
[friendica.git] / src / Module / Contact.php
index c7b2870ece4c9523ac7dcd78483727aadc9bdd8f..ccc61d343897af2befdeebaac4d5dad754a9d69d 100644 (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);