mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Update forum_post.php
This commit is contained in:
@@ -622,8 +622,8 @@ class forum_post_handler
|
|||||||
// print_a($template);
|
// print_a($template);
|
||||||
return $this->upgradeTemplate($template);
|
return $this->upgradeTemplate($template);
|
||||||
}
|
}
|
||||||
else
|
//-- else
|
||||||
{
|
//-- {
|
||||||
//-- if (deftrue('BOOTSTRAP')) //v2.x
|
//-- if (deftrue('BOOTSTRAP')) //v2.x
|
||||||
//-- {
|
//-- {
|
||||||
//-- return $FORUM_POSTED_TEMPLATE;
|
//-- return $FORUM_POSTED_TEMPLATE;
|
||||||
@@ -635,14 +635,8 @@ class forum_post_handler
|
|||||||
"thread" => $FORUMTHREADPOSTED,
|
"thread" => $FORUMTHREADPOSTED,
|
||||||
"poll" => $FORUMPOLLPOSTED
|
"poll" => $FORUMPOLLPOSTED
|
||||||
);
|
);
|
||||||
|
|
||||||
//-- }
|
//-- }
|
||||||
|
//-- }
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user