diff options
Diffstat (limited to 'phpBB/install/index.php')
-rwxr-xr-x | phpBB/install/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php index 101ea8e0c6..e6eb9c2bbc 100755 --- a/phpBB/install/index.php +++ b/phpBB/install/index.php @@ -225,6 +225,9 @@ $config = array( $template->set_custom_template('../adm/style', 'admin'); $template->assign_var('T_TEMPLATE_PATH', '../adm/style'); +// the acp template is never stored in the database +$user->theme['template_storedb'] = false; + $install = new module(); $install->create('install', "index.$phpEx", $mode, $sub); |