From: Friendika Date: Sun, 2 Oct 2011 08:21:51 +0000 (-0700) Subject: malformed xml in ping X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c72883f06822658491134d41a3b8ab83d9984b86;p=friendica.git malformed xml in ping --- diff --git a/mod/ping.php b/mod/ping.php index 30f1dc8374..544a42e144 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -114,7 +114,7 @@ function ping_init(&$a) { function xmlize($href, $name, $url, $photo, $date, $message){ $notsxml = '%s'; return sprintf ( $notsxml, - $href, $name, $url, $photo, $date, $message + xmlify($href), xmlify($name), xmlify($url), xmlify($photo), xmlify($date), xmlify($message) ); }