diff options
author | friendica <info@friendica.com> | 2013-10-27 21:18:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-27 21:18:33 -0700 |
commit | 52f447513f9b52df7e4c4c3d3622434fb63151b2 (patch) | |
tree | 3a19fc31ddbb9c31b6fe2c1f424b63602103a338 | |
parent | 3ee90ef31dbc8f72a7fc605d4e4c9e708e79803e (diff) | |
download | volse-hubzilla-52f447513f9b52df7e4c4c3d3622434fb63151b2.tar.gz volse-hubzilla-52f447513f9b52df7e4c4c3d3622434fb63151b2.tar.bz2 volse-hubzilla-52f447513f9b52df7e4c4c3d3622434fb63151b2.zip |
typo
-rw-r--r-- | mod/share.php | 2 |
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(); |