mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 17:44:27 +02:00
fixing some more tests
This commit is contained in:
parent
55679a6021
commit
51dcfe134e
6 changed files with 6 additions and 6 deletions
|
@ -48,7 +48,7 @@ class Show extends BaseApi
|
|||
$profile = self::formatProfile($profile, $profileFields);
|
||||
|
||||
$profiles = [];
|
||||
if ($this->parameters['extension'] ?? '' == 'xml') {
|
||||
if (($this->parameters['extension'] ?? '') == 'xml') {
|
||||
$profiles['0:profile'] = $profile;
|
||||
} else {
|
||||
$profiles[] = $profile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue