// Renaming options to fields_options
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14374 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -31,7 +31,7 @@ class AdminGeolocationControllerCore extends AdminController
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
$this->options = array(
|
||||
$this->fields_options = array(
|
||||
'geolocationConfiguration' => array(
|
||||
'title' => $this->l('Geolocation by IP address:'),
|
||||
'icon' => 'world',
|
||||
@@ -121,7 +121,7 @@ class AdminGeolocationControllerCore extends AdminController
|
||||
public function renderOptions()
|
||||
{
|
||||
// This field is not declared in class constructor because we want it to be manually post processed
|
||||
$this->options['geolocationCountries']['fields']['countries'] = array(
|
||||
$this->fields_options['geolocationCountries']['fields']['countries'] = array(
|
||||
'title' => $this->l('Select countries that can access your store:'),
|
||||
'type' => 'checkbox_table',
|
||||
'identifier' => 'iso_code',
|
||||
|
||||
Reference in New Issue
Block a user