diff --git a/include/items.php b/include/items.php index da76666a7..6684235b0 100644 --- a/include/items.php +++ b/include/items.php @@ -2622,7 +2622,7 @@ function tag_deliver($uid, $item_id) { $i = q("select * from item where id = %d and uid = %d and item_type = %d", intval($item_id), - intval($uid) + intval($uid), intval(ITEM_TYPE_POST) );