fixed error
This commit is contained in:
parent
c76238bdb0
commit
10b2fe25ba
|
@ -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');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue