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",
|
$r = q("SELECT * from item WHERE id = %d LIMIT 1",
|
||||||
intval($post_id),
|
intval($post_id)
|
||||||
);
|
);
|
||||||
if((! $r) || $r[0]['item_private'])
|
if((! $r) || $r[0]['item_private'])
|
||||||
killme();
|
killme();
|
||||||
|
Reference in New Issue
Block a user