diff options
author | friendica <info@friendica.com> | 2012-05-09 04:18:01 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-09 04:18:01 -0700 |
commit | 53157bb954acb7597347c6b4a87e64e7a2f6cc79 (patch) | |
tree | 2e0fc7f6e58e8b1d216f1a03809d55e5fdcd1e96 /include/conversation.php | |
parent | 70a07086ad186e3f0cd978dd3f52e78fb92494cf (diff) | |
download | volse-hubzilla-53157bb954acb7597347c6b4a87e64e7a2f6cc79.tar.gz volse-hubzilla-53157bb954acb7597347c6b4a87e64e7a2f6cc79.tar.bz2 volse-hubzilla-53157bb954acb7597347c6b4a87e64e7a2f6cc79.zip |
send browser back to correct page (with query args) after posting
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php index 521b4623b..e48a8e6d6 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -959,7 +959,7 @@ function status_editor($a,$x, $notes_cid = 0, $popup=false) { $tpl = replace_macros($tpl,array('$jotplugins' => $jotplugins)); $o .= replace_macros($tpl,array( - '$return_path' => $a->cmd, + '$return_path' => $a->query_string, '$action' => $a->get_baseurl(true) . '/item', '$share' => (x($x,'button') ? $x['button'] : t('Share')), '$upload' => t('Upload photo'), |