From fc42ce17b8adbe82a5f7ecbc3ac560e92492e840 Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Fri, 20 Sep 2013 14:08:08 +0200 Subject: [PATCH] // Set default option for the menu in the installer --- install-dev/models/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-dev/models/install.php b/install-dev/models/install.php index aef4d46e0..d8a29599e 100644 --- a/install-dev/models/install.php +++ b/install-dev/models/install.php @@ -468,7 +468,7 @@ class InstallModelInstall extends InstallAbstractModel $employee->active = true; $employee->id_profile = 1; $employee->id_lang = Configuration::get('PS_LANG_DEFAULT'); - $employee->bo_show_screencast = 1; + $employee->bo_menu = 1; if (!$employee->add()) { $this->setError($this->language->l('Cannot create admin account'));