1
0
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:
Cameron 2016-02-28 10:44:48 -08:00
parent 5ff03b26b5
commit 0a1a6b9250

View File

@ -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();