Commit cada29a6 by Scott

Merge pull request #117 from pupi1985/patch-36

Fixed an issue in which the handle was not being reported when selecting an answer
parents 9ad91fbe a5636095
...@@ -177,7 +177,7 @@ ...@@ -177,7 +177,7 @@
if (isset($answerid) && !isset($answers[$answerid])) if (isset($answerid) && !isset($answers[$answerid]))
qa_fatal_error('Answer ID could not be found: '.$answerid); qa_fatal_error('Answer ID could not be found: '.$answerid);
qa_question_set_selchildid($byuserid, $byuserid, null, $oldquestion, $answerid, $answers); qa_question_set_selchildid($byuserid, $byhandle, null, $oldquestion, $answerid, $answers);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment