aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mod/share.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/share.php b/mod/share.php
index 1e919b99b..48965ad36 100644
--- a/mod/share.php
+++ b/mod/share.php
@@ -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();