mirror of
https://github.com/friendica/friendica
synced 2025-04-23 05:50:11 +00:00
Return as array
This commit is contained in:
parent
6ea3d4aa61
commit
20e69c1e71
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class Delayed
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
$parameters = json_decode($worker['parameter']);
|
$parameters = json_decode($worker['parameter'], true);
|
||||||
if (empty($parameters)) {
|
if (empty($parameters)) {
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue