]> git.mxchange.org Git - friendica.git/blobdiff - mod/network.php
Change called method names
[friendica.git] / mod / network.php
index 8008fcc060fb0257e6227963c460831d0e27455a..ff86e0b9e4b459aa19b37902ffef0d7eac66d71b 100644 (file)
@@ -677,7 +677,7 @@ function networkThreadedView(App $a, $update = 0) {
                                'details' => $r['location'],
                        );
 
-                       $entries[0]["account_type"] = account_type($r);
+                       $entries[0]["account_type"] = Contact::getAccountType($r);
 
                        $o = replace_macros(get_markup_template("viewcontact_template.tpl"),array(
                                'contacts' => $entries,