]> git.mxchange.org Git - friendica.git/blobdiff - mod/ping.php
CS, ZH-CN: update to the strings
[friendica.git] / mod / ping.php
index 21154f9ffeb6805f34d65e771e3cc2e32cd14bb4..405edd3c49dedba39dee250112459c8db8c9326b 100644 (file)
@@ -188,6 +188,8 @@ function ping_init(&$a) {
 
 
                function xmlize($href, $name, $url, $photo, $date, $seen, $message){
+                       require_once("mod/proxy.php");
+                       $photo = proxy_url($photo);
                        $data = array('href' => &$href, 'name' => &$name, 'url'=>&$url, 'photo'=>&$photo, 'date'=>&$date, 'seen'=>&$seen, 'messsage'=>&$message);
                        call_hooks('ping_xmlize', $data);
                        $notsxml = '<note href="%s" name="%s" url="%s" photo="%s" date="%s" seen="%s" >%s</note>';