fixing some more tests

This commit is contained in:
Michael 2022-01-16 20:58:58 +00:00
parent 55679a6021
commit 51dcfe134e
6 changed files with 6 additions and 6 deletions

View file

@ -52,7 +52,7 @@ class Activity extends BaseApi
$res = Item::performActivity($request['id'], $this->parameters['verb'], $uid);
if ($res) {
if ($this->parameters['extension'] ?? '' == 'xml') {
if (($this->parameters['extension'] ?? '') == 'xml') {
$ok = 'true';
} else {
$ok = 'ok';