From cb329b9fb4b2bc2553219d75f05bf5237974c4dd Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 29 Dec 2012 23:45:06 -0800 Subject: no hub - well doh, no wonder; we were looking for array['hub'] and it's actually array['url']. --- mod/post.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'mod/post.php') 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']; } -- cgit v1.2.3