1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Update forum_post.php

This commit is contained in:
rica-carv
2016-12-13 20:20:17 +00:00
committed by GitHub
parent 2b181665c4
commit 322a23e4b0

View File

@@ -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
);
//-- }
}
//-- }
}