diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2014-04-16 11:10:29 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2014-04-16 11:10:29 +0200 |
| commit | a3dbfb749ec71e67f20f65c7f8acdd2f61612561 (patch) | |
| tree | 19cb03ed53c5ac5d5d00f226beef115284ae4341 /phpBB/posting.php | |
| parent | 01030bb3a9dbc158f39a190d2ff187de52e606f4 (diff) | |
| download | forums-a3dbfb749ec71e67f20f65c7f8acdd2f61612561.tar forums-a3dbfb749ec71e67f20f65c7f8acdd2f61612561.tar.gz forums-a3dbfb749ec71e67f20f65c7f8acdd2f61612561.tar.bz2 forums-a3dbfb749ec71e67f20f65c7f8acdd2f61612561.tar.xz forums-a3dbfb749ec71e67f20f65c7f8acdd2f61612561.zip | |
[ticket/12407] Assign template variables again after merging develop-ascraeus
PHPBB3-12407
Diffstat (limited to 'phpBB/posting.php')
| -rw-r--r-- | phpBB/posting.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index 7f374338ff..3262a3353b 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1588,6 +1588,9 @@ $vars = array('post_data', 'moderators', 'mode', 'page_title', 's_topic_icons', $vars += array('topic_id', 'forum_id', 'submit', 'preview', 'save', 'load', 'delete', 'cancel', 'refresh', 'error', 'page_data', 'message_parser'); extract($phpbb_dispatcher->trigger_event('core.posting_modify_template_vars', compact($vars))); +// Start assigning vars for main posting page ... +$template->assign_vars($page_data); + // Build custom bbcodes array display_custom_bbcodes(); |
