diff options
author | friendica <info@friendica.com> | 2012-12-29 23:45:06 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-29 23:45:06 -0800 |
commit | cb329b9fb4b2bc2553219d75f05bf5237974c4dd (patch) | |
tree | 99e325de18fc9ae1465299f9eda4ea0ee3913ea9 /mod/post.php | |
parent | 39c30d161f2d576252399a92620bfdc9a2f8a9f6 (diff) | |
download | volse-hubzilla-cb329b9fb4b2bc2553219d75f05bf5237974c4dd.tar.gz volse-hubzilla-cb329b9fb4b2bc2553219d75f05bf5237974c4dd.tar.bz2 volse-hubzilla-cb329b9fb4b2bc2553219d75f05bf5237974c4dd.zip |
no hub - well doh, no wonder; we were looking for array['hub'] and it's actually array['url'].
Diffstat (limited to 'mod/post.php')
-rw-r--r-- | mod/post.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mod/post.php b/mod/post.php index 3c852974e..5abf7ac0f 100644 --- a/mod/post.php +++ b/mod/post.php @@ -90,8 +90,6 @@ function post_post(&$a) { json_return_and_die($encrypted); } - - if(array_key_exists('sender',$data)) { $sender = $data['sender']; } |