From 49e78aa98c36c04737649d17c8ace1d80f6f2328 Mon Sep 17 00:00:00 2001 From: David M Date: Tue, 10 Jul 2007 16:18:57 +0000 Subject: #13207 git-svn-id: file:///svn/phpbb/trunk@7861 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/install_update.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'phpBB/install/install_update.php') diff --git a/phpBB/install/install_update.php b/phpBB/install/install_update.php index 0e97750c9f..2140e557e4 100644 --- a/phpBB/install/install_update.php +++ b/phpBB/install/install_update.php @@ -126,6 +126,9 @@ class install_update extends module // Set custom template again. ;) $template->set_custom_template('../adm/style', 'admin'); + // still, the acp template is never stored in the database + $user->theme['template_storedb'] = false; + // Get current and latest version if (($latest_version = $cache->get('_version_info')) === false) { -- cgit v1.2.1