mirror of
https://github.com/friendica/friendica
synced 2025-04-25 23:50:11 +00:00
Retraction could work now as well.
This commit is contained in:
parent
71227b5d0d
commit
6468fbb905
3 changed files with 37 additions and 4 deletions
|
@ -20,7 +20,7 @@ class xml {
|
|||
|
||||
foreach($array as $key => $value) {
|
||||
if (!is_array($value) AND !is_numeric($key))
|
||||
$xml->addChild($key, $value);
|
||||
$xml->addChild($key, xmlify($value));
|
||||
elseif (is_array($value))
|
||||
self::from_array($value, $xml->addChild($key));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue