projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ea3d4a
)
Return as array
author
Michael
<heluecht@pirati.ca>
Thu, 29 Jul 2021 10:46:40 +0000
(10:46 +0000)
committer
Michael
<heluecht@pirati.ca>
Thu, 29 Jul 2021 10:46:40 +0000
(10:46 +0000)
src/Model/Post/Delayed.php
patch
|
blob
|
history
diff --git
a/src/Model/Post/Delayed.php
b/src/Model/Post/Delayed.php
index 5af32d52ef68925f14a2608e3a1b470225040ae8..9d4fa69022069096bc5554d27a88cc28e220b54a 100644
(file)
--- a/
src/Model/Post/Delayed.php
+++ b/
src/Model/Post/Delayed.php
@@
-125,7
+125,7
@@
class Delayed
return [];
}
- $parameters = json_decode($worker['parameter']);
+ $parameters = json_decode($worker['parameter']
, true
);
if (empty($parameters)) {
return [];
}