work through the diaspora_v2 outgoing status posts
This commit is contained in:
parent
7738083f3e
commit
b15a5f03e6
@ -3049,7 +3049,8 @@ function array2XML($obj, $array) {
|
||||
if(is_array($value)) {
|
||||
$node = $obj->addChild($key);
|
||||
array2XML($node, $value);
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
$obj->addChild($key, htmlspecialchars($value));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user