From: Devlon Duthie Date: Sun, 9 Oct 2011 05:02:24 +0000 (-0500) Subject: fix for comment on line 117 from github X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c49ab66be8dc0c447bc7db6596cfd5110ee550a7;p=friendica.git fix for comment on line 117 from github --- diff --git a/mod/ping.php b/mod/ping.php index 239dd93e78..546c46f166 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -118,7 +118,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) ); }