// Rename AdminController methods initForm() initList() etc. to renderForm() renderList()
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10799 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -92,7 +92,7 @@ class AdminTrackingController extends AdminController
|
||||
|
||||
$this->tpl_list_vars = array('sub_title' => $this->l('List of empty categories:'));
|
||||
|
||||
return parent::initList();
|
||||
return parent::renderList();
|
||||
}
|
||||
|
||||
public function getCustomListProductsAttributesNoStock()
|
||||
@@ -130,7 +130,7 @@ class AdminTrackingController extends AdminController
|
||||
|
||||
$this->tpl_list_vars = array('sub_title' => $this->l('List of products with attributes and without available quantities for sale:'));
|
||||
|
||||
return parent::initList();
|
||||
return parent::renderList();
|
||||
}
|
||||
|
||||
public function getCustomListProductsNoStock()
|
||||
@@ -168,7 +168,7 @@ class AdminTrackingController extends AdminController
|
||||
|
||||
$this->tpl_list_vars = array('sub_title' => $this->l('List of products without attributes and without available quantities for sale:'));
|
||||
|
||||
return parent::initList();
|
||||
return parent::renderList();
|
||||
}
|
||||
|
||||
public function getCustomListProductsDisabled()
|
||||
@@ -195,7 +195,7 @@ class AdminTrackingController extends AdminController
|
||||
'name' => array('title' => $this->l('Name'))
|
||||
);
|
||||
|
||||
return parent::initList();
|
||||
return parent::renderList();
|
||||
}
|
||||
|
||||
public function clearListOptions()
|
||||
|
||||
Reference in New Issue
Block a user