fix typo in last commit

This commit is contained in:
Mario
2025-11-22 19:57:28 +00:00
parent 4c122fd3b3
commit 9e5344d624

View File

@@ -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)
);