From 53157bb954acb7597347c6b4a87e64e7a2f6cc79 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 9 May 2012 04:18:01 -0700 Subject: send browser back to correct page (with query args) after posting --- include/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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'), -- cgit v1.2.3