mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 19:00:26 +02:00
Fixes #1391 - Missing forum-post template elements after upgrading.
This commit is contained in:
@@ -345,7 +345,7 @@ class forum_post_handler
|
|||||||
function getTemplate($type = 'post')
|
function getTemplate($type = 'post')
|
||||||
{
|
{
|
||||||
|
|
||||||
global $FORUMPOST;
|
global $FORUMPOST, $subjectbox, $userbox, $poll_form, $fileattach, $fileattach_alert; // needed for BC.
|
||||||
|
|
||||||
$FORUM_POST_TEMPLATE = array();
|
$FORUM_POST_TEMPLATE = array();
|
||||||
$FORUM_POSTED_TEMPLATE = array();
|
$FORUM_POSTED_TEMPLATE = array();
|
||||||
|
Reference in New Issue
Block a user