mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Fixes #1391 - Missing forum-post template elements after upgrading.
This commit is contained in:
parent
5ff03b26b5
commit
0a1a6b9250
@ -345,7 +345,7 @@ class forum_post_handler
|
||||
function getTemplate($type = 'post')
|
||||
{
|
||||
|
||||
global $FORUMPOST;
|
||||
global $FORUMPOST, $subjectbox, $userbox, $poll_form, $fileattach, $fileattach_alert; // needed for BC.
|
||||
|
||||
$FORUM_POST_TEMPLATE = array();
|
||||
$FORUM_POSTED_TEMPLATE = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user