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:
@@ -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
|
||||
);
|
||||
|
||||
//-- }
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
//-- }
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user