We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a9cf0 commit 9a0d117Copy full SHA for 9a0d117
1 file changed
qa-include/pages/question.php
@@ -78,7 +78,7 @@
78
79
if (trim($q_request, '/') !== trim(qa_request(), '/')) {
80
// redirect if the current URL is incorrect
81
- qa_redirect($q_request);
+ qa_redirect($q_request, $_GET);
82
}
83
84
$question['extra'] = $extravalue;
0 commit comments