diff options
author | friendica <info@friendica.com> | 2012-06-25 17:45:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-25 17:45:33 -0700 |
commit | f0b41709eb40237334de5d9a0ae7adbcd95fb841 (patch) | |
tree | 6e2cb831bc64f198b8d0b576d24ccd30be966eaa /include/api.php | |
parent | fad2679c7e2ac32027ffd42064213ab48762dda2 (diff) | |
download | volse-hubzilla-f0b41709eb40237334de5d9a0ae7adbcd95fb841.tar.gz volse-hubzilla-f0b41709eb40237334de5d9a0ae7adbcd95fb841.tar.bz2 volse-hubzilla-f0b41709eb40237334de5d9a0ae7adbcd95fb841.zip |
improve remote delete forwarding
Diffstat (limited to 'include/api.php')
-rw-r--r-- | include/api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/api.php b/include/api.php index cee1fde23..09cca8d8d 100644 --- a/include/api.php +++ b/include/api.php @@ -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 { |