diff options
Diffstat (limited to 'phpBB/adm/index.php')
-rw-r--r-- | phpBB/adm/index.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php index 0212cf237c..1a699bfac4 100644 --- a/phpBB/adm/index.php +++ b/phpBB/adm/index.php @@ -59,9 +59,6 @@ $mode = request_var('mode', ''); $template->set_custom_template(PHPBB_ADMIN_PATH . 'style', 'admin'); $template->assign_var('T_TEMPLATE_PATH', PHPBB_ADMIN_PATH . 'style'); -// the acp template is never stored in the database -$user->theme['template_storedb'] = false; - // Instantiate new module $module = new p_master(); |