Commit b57b1381 by pupi1985

Fixed an issue which didn't allow private messages to be replied

parent ab5191d2
......@@ -108,7 +108,7 @@
'style' => 'light',
'buttons' => array(
'reply' => array(
'tags' => 'onclick="window.location.href=\''.qa_path_html('message/'.$replyHandle).'\'"',
'tags' => 'onclick="window.location.href=\''.qa_path_html('message/'.$replyHandle).'\';return false"',
'label' => qa_lang_html('question/reply_button'),
),
'delete' => array(
......
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