mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Decode list of events when returning them
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
e72f58b000
commit
6830daf104
1 changed files with 2 additions and 0 deletions
|
|
@ -561,6 +561,8 @@ class Manager implements IManager {
|
|||
|
||||
$operation['checks'][] = $check;
|
||||
}
|
||||
$operation['events'] = json_decode($operation['events'], true);
|
||||
|
||||
|
||||
return $operation;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue