]> git.mxchange.org Git - friendica.git/blobdiff - mod/directory.php
Change called method names
[friendica.git] / mod / directory.php
index 269dc03d3524c1324934711e072b4404be17e193..4ce919b08bd40ae46ff8e5dd7143ab0fc70f706b 100644 (file)
@@ -162,7 +162,7 @@ function directory_content(App $a) {
                                'img_hover' => $rr['name'],
                                'name' => $rr['name'],
                                'details' => $details,
-                               'account_type' => account_type($rr),
+                               'account_type' => Contact::getAccountType($rr),
                                'profile' => $profile,
                                'location' => $location_e,
                                'tags' => $rr['pub_keywords'],