"wid" is not an item field

This commit is contained in:
Michael 2021-07-29 03:57:37 +00:00
parent 2951243b07
commit fbbe9a3c1f
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class Delayed
'title' => $item['title'],
'body' => $item['body'],
'private' => $item['private'],
'wid' => $item['wid'],
'wid' => $wid,
'uid' => $item['uid'],
'delayed' => $delayed,
];