aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/controller/helper.php
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2012-11-11 14:17:31 -0500
committerDavid King <imkingdavid@gmail.com>2012-11-16 16:25:15 -0500
commit4e1f17a87dc6fefa30becc594a7f41e7f6293cad (patch)
tree355c0244925f147dd7bdb571e2cc8600584cfda3 /phpBB/includes/controller/helper.php
parent97957d679250c642969a09b002f4125889a5f4fa (diff)
downloadforums-4e1f17a87dc6fefa30becc594a7f41e7f6293cad.tar
forums-4e1f17a87dc6fefa30becc594a7f41e7f6293cad.tar.gz
forums-4e1f17a87dc6fefa30becc594a7f41e7f6293cad.tar.bz2
forums-4e1f17a87dc6fefa30becc594a7f41e7f6293cad.tar.xz
forums-4e1f17a87dc6fefa30becc594a7f41e7f6293cad.zip
[feature/controller] includes/functions.php is included by default
PHPBB3-10864
Diffstat (limited to 'phpBB/includes/controller/helper.php')
-rw-r--r--phpBB/includes/controller/helper.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/includes/controller/helper.php b/phpBB/includes/controller/helper.php
index 1998ea6733..f3127fd1fc 100644
--- a/phpBB/includes/controller/helper.php
+++ b/phpBB/includes/controller/helper.php
@@ -79,11 +79,6 @@ class phpbb_controller_helper
*/
public function render($template_file, $page_title = '', $status_code = 200)
{
- if (!function_exists('page_header'))
- {
- include("{$this->phpbb_root_path}includes/functions.{$this->php_ext}");
- }
-
page_header($page_title);
$this->template->set_filenames(array(