From: friendica Date: Wed, 9 May 2012 11:18:01 +0000 (-0700) Subject: send browser back to correct page (with query args) after posting X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=53157bb954acb7597347c6b4a87e64e7a2f6cc79;p=friendica.git send browser back to correct page (with query args) after posting --- diff --git a/include/conversation.php b/include/conversation.php index 521b4623b8..e48a8e6d60 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'),