]> git.mxchange.org Git - friendica.git/commitdiff
"wid" is not an item field
authorMichael <heluecht@pirati.ca>
Thu, 29 Jul 2021 03:57:37 +0000 (03:57 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 29 Jul 2021 03:57:37 +0000 (03:57 +0000)
src/Model/Post/Delayed.php

index 8d631a285d0b5ab9cd3247400126a1e46949be67..d75c380f3fbac0064bbaa3f482e97430451f1136 100644 (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,
                ];