// Fix default employee theme in new installer

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11906 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-12-29 16:55:21 +00:00
parent 45cc150454
commit 274a8934e4
+1 -1
View File
@@ -393,7 +393,7 @@ class InstallModelInstall extends InstallAbstractModel
$employee->email = $data['admin_email'];
$employee->passwd = md5(_COOKIE_KEY_.$data['admin_password']);
$employee->last_passwd_gen = date('Y-m-d h:i:s', strtotime('-360 minutes'));
$employee->bo_theme = 'oldschool';
$employee->bo_theme = 'default';
$employee->active = true;
$employee->id_profile = 1;
$employee->id_lang = Configuration::get('PS_LANG_DEFAULT');