Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
question2answer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
outils
question2answer
Commits
c06e682b
Commit
c06e682b
authored
9 years ago
by
Scott
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #304 from amiyasahu/patch-4
Correct URL after posting a comment to the question
parents
34dff6eb
86b00b20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
question-post.php
qa-include/pages/question-post.php
+1
-1
No files found.
qa-include/pages/question-post.php
View file @
c06e682b
...
...
@@ -872,7 +872,7 @@
$commentid
=
qa_page_q_add_c_submit
(
$question
,
$parent
,
$commentsfollows
,
$usecaptcha
,
$cnewin
[
$parentid
],
$cnewerrors
[
$parentid
]);
if
(
isset
(
$commentid
))
qa_page_q_refresh
(
$pagestart
,
null
,
$parent
[
'basetype'
],
$par
entid
);
qa_page_q_refresh
(
$pagestart
,
null
,
'C'
,
$comm
entid
);
else
{
$formtype
=
'c_add'
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment