typo
This commit is contained in:
parent
3ee90ef31d
commit
52f447513f
@ -15,7 +15,7 @@ function share_init(&$a) {
|
||||
|
||||
|
||||
$r = q("SELECT * from item WHERE id = %d LIMIT 1",
|
||||
intval($post_id),
|
||||
intval($post_id)
|
||||
);
|
||||
if((! $r) || $r[0]['item_private'])
|
||||
killme();
|
||||
|
Reference in New Issue
Block a user