]> git.mxchange.org Git - friendica.git/blobdiff - mod/photos.php
Change called method names
[friendica.git] / mod / photos.php
index 3efa4a12e9383faec9c42a2c970a91434c1c4e62..6ef256f27a88f9bf1fb297900d6e5adb2a07e3bb 100644 (file)
@@ -46,7 +46,7 @@ function photos_init(App $a) {
 
                $profile = get_profiledata_by_nick($nick, $a->profile_uid);
 
-               $account_type = account_type($profile);
+               $account_type = Contact::getAccountType($profile);
 
                $tpl = get_markup_template("vcard-widget.tpl");