Set the return value

This commit is contained in:
Michael 2020-12-13 17:22:50 +00:00
parent 4626f98dbe
commit d938e37767
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ class Delayed
$id = item_post(DI::app());
Logger::notice('Unprepared post stored', ['id' => $id, 'uid' => $item['uid'], 'extid' => $item['extid']]);
return;
return $id;
}
$id = Item::insert($item, $notify);