// Preferences identrifer names

This commit is contained in:
Jerome Nadaud
2013-11-12 11:55:54 +01:00
parent 0430d09753
commit d6df601d0e
2 changed files with 2 additions and 1 deletions
@@ -36,6 +36,7 @@ class AdminMetaControllerCore extends AdminController
parent::__construct();
$this->bootstrap = true;
$this->identifier_name = 'page';
$this->ht_file = _PS_ROOT_DIR_.'/.htaccess';
$this->rb_file = _PS_ROOT_DIR_.'/robots.txt';
$this->sm_file = _PS_ROOT_DIR_.'/sitemap.xml';
@@ -199,7 +199,7 @@ class AdminSearchConfControllerCore extends AdminController
'desc' => $this->l('Add new alias'),
'icon' => 'process-icon-new'
);
$this->identifier_name = 'alias';
parent::initPageHeaderToolbar();
}