This commit is contained in:
friendica 2013-10-27 21:18:33 -07:00
parent 3ee90ef31d
commit 52f447513f

View File

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