Fix a notice when sending relocation messages

This commit is contained in:
Michael 2018-10-23 02:24:24 +00:00
parent 65f29800ff
commit 3dc0bb5c4b

View file

@ -54,6 +54,7 @@ class Delivery extends BaseObject
$uid = $target_item['uid'];
} elseif ($cmd == self::RELOCATION) {
$uid = $item_id;
$target_item = [];
} else {
$item = Item::selectFirst(['parent'], ['id' => $item_id]);
if (!DBA::isResult($item) || empty($item['parent'])) {