[*] BO : #PSFV-94 - added AdminBackupController and some changes to AdminController
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9417 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -213,7 +213,7 @@ class AdminStoresControllerCore extends AdminController
|
||||
)
|
||||
);
|
||||
|
||||
$this->form_list = array(
|
||||
$this->options = array(
|
||||
'option_store_pref' => array(
|
||||
'general' => array(
|
||||
'title' => $this->l('Parameters'),
|
||||
@@ -371,7 +371,7 @@ class AdminStoresControllerCore extends AdminController
|
||||
|
||||
$helper->id = $this->id;
|
||||
$helper->currentIndex = self::$currentIndex;
|
||||
$this->content .= $helper->generateOptions($this->form_list['option_store_pref']);
|
||||
$this->content .= $helper->generateOptions($this->options['option_store_pref']);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user