Set the return value
This commit is contained in:
parent
4626f98dbe
commit
d938e37767
|
@ -127,7 +127,7 @@ class Delayed
|
||||||
$id = item_post(DI::app());
|
$id = item_post(DI::app());
|
||||||
|
|
||||||
Logger::notice('Unprepared post stored', ['id' => $id, 'uid' => $item['uid'], 'extid' => $item['extid']]);
|
Logger::notice('Unprepared post stored', ['id' => $id, 'uid' => $item['uid'], 'extid' => $item['extid']]);
|
||||||
return;
|
return $id;
|
||||||
}
|
}
|
||||||
$id = Item::insert($item, $notify);
|
$id = Item::insert($item, $notify);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue