fixed error

This commit is contained in:
marcos 2020-07-16 10:57:27 +02:00
parent c76238bdb0
commit 10b2fe25ba
1 changed files with 1 additions and 1 deletions

View File

@ -16181,7 +16181,7 @@ function api_set_event_in_progress($event_id, $trash2, $returnType)
); );
if ($event !== false) { if ($event !== false) {
returnData($returnType, ['type' => 'string', 'data' => $event]); returnData('string', ['data' => $event]);
} else { } else {
returnError('id_not_found', 'string'); returnError('id_not_found', 'string');
} }