mirror of
https://github.com/friendica/friendica
synced 2024-11-20 07:03:41 +00:00
fix for comment on line 117 from github
This commit is contained in:
parent
0e401b5ad8
commit
c49ab66be8
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ function ping_init(&$a) {
|
||||||
function xmlize($href, $name, $url, $photo, $date, $message){
|
function xmlize($href, $name, $url, $photo, $date, $message){
|
||||||
$notsxml = '<note href="%s" name="%s" url="%s" photo="%s" date="%s">%s</note>';
|
$notsxml = '<note href="%s" name="%s" url="%s" photo="%s" date="%s">%s</note>';
|
||||||
return sprintf ( $notsxml,
|
return sprintf ( $notsxml,
|
||||||
$href, $name, $url, $photo, $date, $message
|
xmlify($href), xmlify($name), xmlify($url), xmlify($photo), xmlify($date), xmlify($message)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue