mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
fix typo in last commit
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user