mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
"wid" is not an item field
This commit is contained in:
parent
2951243b07
commit
fbbe9a3c1f
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class Delayed
|
||||||
'title' => $item['title'],
|
'title' => $item['title'],
|
||||||
'body' => $item['body'],
|
'body' => $item['body'],
|
||||||
'private' => $item['private'],
|
'private' => $item['private'],
|
||||||
'wid' => $item['wid'],
|
'wid' => $wid,
|
||||||
'uid' => $item['uid'],
|
'uid' => $item['uid'],
|
||||||
'delayed' => $delayed,
|
'delayed' => $delayed,
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue