// Rename fieldsDisplay to fields_list part1 (timeout)
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14376 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -37,7 +37,7 @@ class AdminBackupControllerCore extends AdminController
|
||||
$this->identifier = 'filename';
|
||||
parent::__construct();
|
||||
|
||||
$this->fieldsDisplay = array (
|
||||
$this->fields_list = array (
|
||||
'date' => array('title' => $this->l('Date'), 'type' => 'datetime', 'width' => 120, 'align' => 'right'),
|
||||
'age' => array('title' => $this->l('Age')),
|
||||
'filename' => array('title' => $this->l('File name'), 'width' => 200),
|
||||
|
||||
Reference in New Issue
Block a user