1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

[feature/controller] includes/functions.php is included by default

PHPBB3-10864
This commit is contained in:
David King 2012-11-11 14:17:31 -05:00
parent 97957d6792
commit 4e1f17a87d

View File

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