aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-10-27 21:18:33 -0700
committerfriendica <info@friendica.com>2013-10-27 21:18:33 -0700
commit52f447513f9b52df7e4c4c3d3622434fb63151b2 (patch)
tree3a19fc31ddbb9c31b6fe2c1f424b63602103a338 /mod
parent3ee90ef31dbc8f72a7fc605d4e4c9e708e79803e (diff)
downloadvolse-hubzilla-52f447513f9b52df7e4c4c3d3622434fb63151b2.tar.gz
volse-hubzilla-52f447513f9b52df7e4c4c3d3622434fb63151b2.tar.bz2
volse-hubzilla-52f447513f9b52df7e4c4c3d3622434fb63151b2.zip
typo
Diffstat (limited to 'mod')
-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();