// 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:
@@ -46,7 +46,7 @@ class AdminImagesControllerCore extends AdminController
|
||||
'height' => array('title' => $this->l('Height'), 'align' => 'right', 'suffix' => ' px', 'width' => 50, 'size' => 5)
|
||||
);
|
||||
|
||||
$this->options = array(
|
||||
$this->fields_options = array(
|
||||
'images' => array(
|
||||
'title' => $this->l('Images'),
|
||||
'icon' => 'tab-orders',
|
||||
|
||||
Reference in New Issue
Block a user