[*] 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:
tDidierjean
2011-10-18 12:40:35 +00:00
parent dafba9ea02
commit 9f92e7941c
10 changed files with 532 additions and 355 deletions
+2 -2
View File
@@ -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']);
}
}