improve remote delete forwarding

This commit is contained in:
friendica 2012-06-25 17:45:33 -07:00
parent fad2679c7e
commit f0b41709eb
2 changed files with 64 additions and 2 deletions

View file

@ -565,7 +565,7 @@
if(requestdata('lat') && requestdata('long'))
$_REQUEST['coord'] = sprintf("%s %s",requestdata('lat'),requestdata('long'));
$_REQUEST['profile_uid'] = local_user();
// if(requestdata('parent'))
if($parent)
$_REQUEST['type'] = 'net-comment';
else {