From 322a23e4b0bfc478358119da3e3fc20134276b87 Mon Sep 17 00:00:00 2001 From: rica-carv Date: Tue, 13 Dec 2016 20:20:17 +0000 Subject: [PATCH] Update forum_post.php --- e107_plugins/forum/forum_post.php | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/e107_plugins/forum/forum_post.php b/e107_plugins/forum/forum_post.php index dfcd3faf0..3711c2482 100644 --- a/e107_plugins/forum/forum_post.php +++ b/e107_plugins/forum/forum_post.php @@ -622,8 +622,8 @@ class forum_post_handler // print_a($template); return $this->upgradeTemplate($template); } - else - { +//-- else +//-- { //-- if (deftrue('BOOTSTRAP')) //v2.x //-- { //-- return $FORUM_POSTED_TEMPLATE; @@ -635,14 +635,8 @@ class forum_post_handler "thread" => $FORUMTHREADPOSTED, "poll" => $FORUMPOLLPOSTED ); - //-- } - - - } - - - +//-- } }