no hub - well doh, no wonder; we were looking for array['hub'] and it's actually array['url'].

This commit is contained in:
friendica
2012-12-29 23:45:06 -08:00
parent 39c30d161f
commit cb329b9fb4
3 changed files with 3 additions and 5 deletions

View File

@@ -90,8 +90,6 @@ function post_post(&$a) {
json_return_and_die($encrypted);
}
if(array_key_exists('sender',$data)) {
$sender = $data['sender'];
}