diff --git a/phpBB/install/install_convert.php b/phpBB/install/install_convert.php index 242e6b9ff5..0227b0316d 100644 --- a/phpBB/install/install_convert.php +++ b/phpBB/install/install_convert.php @@ -96,8 +96,6 @@ class install_convert extends module if (!defined('PHPBB_INSTALLED')) { - $config['load_tplcompile'] = true; - $template->assign_vars(array( 'S_NOT_INSTALLED' => true, 'TITLE' => $lang['BOARD_NOT_INSTALLED'],