From c49ab66be8dc0c447bc7db6596cfd5110ee550a7 Mon Sep 17 00:00:00 2001 From: Devlon Duthie Date: Sun, 9 Oct 2011 00:02:24 -0500 Subject: [PATCH] fix for comment on line 117 from github --- mod/ping.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/ping.php b/mod/ping.php index 239dd93e7..546c46f16 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) ); }