mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:50:10 +00:00
Diaspora: Support for new fetch functionality (replacement for /p/)
This commit is contained in:
parent
3a5d98507d
commit
2d72e2d932
4 changed files with 108 additions and 13 deletions
|
@ -44,7 +44,7 @@ class xml {
|
|||
}
|
||||
|
||||
foreach($array as $key => $value) {
|
||||
if ($key == "@attributes") {
|
||||
if (substr($key, 0, 11) == "@attributes") {
|
||||
if (!isset($element) OR !is_array($value))
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue