mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 17:35:15 +02: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