]> git.mxchange.org Git - friendica.git/blobdiff - mod/ping.php
Change called method names
[friendica.git] / mod / ping.php
index e722295b2ae2886e342f9abe4557e41082513a23..39882d5e39b76f8c8ce27fd2ca5f72c75d704633 100644 (file)
@@ -350,7 +350,7 @@ function ping_init(App $a)
                                        $notif['message'] = str_replace("{0}", $notif['name'], $notif['message']);
                                }
 
-                               $contact = get_contact_details_by_url($notif['url']);
+                               $contact = Contact::getDetailsByURL($notif['url']);
                                if (isset($contact['micro'])) {
                                        $notif['photo'] = proxy_url($contact['micro'], false, PROXY_SIZE_MICRO);
                                } else {