mirror of
https://github.com/friendica/friendica
synced 2025-04-23 19:10:13 +00:00
improve remote delete forwarding
This commit is contained in:
parent
fad2679c7e
commit
f0b41709eb
2 changed files with 64 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue