mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 13:52:35 +02:00
Fixes #856 - duplicate 'reply to' comment forms.
This commit is contained in:
@@ -258,7 +258,7 @@ class comment
|
||||
|
||||
// -------------------------------------------------------------
|
||||
|
||||
$indent = ($action == 'reply') ? " class='media offset1' " : "";
|
||||
$indent = ($action == 'reply') ? " class='media col-md-offset-1 offset1' " : " class='media' ";
|
||||
$formid = ($action == 'reply') ? "e-comment-form-reply" : "e-comment-form";
|
||||
|
||||
$text = "\n<div{$indent}>\n".e107::getMessage()->render('postcomment', true, false, false);//temporary here
|
||||
|
Reference in New Issue
Block a user