// Preferences identrifer names
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user