// 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:
@@ -116,7 +116,7 @@ class AdminPaymentControllerCore extends AdminController
|
||||
return parent::initContent();
|
||||
}
|
||||
|
||||
public function initView()
|
||||
public function renderView()
|
||||
{
|
||||
// link to modules page
|
||||
if (isset($this->payment_modules[0]))
|
||||
@@ -192,7 +192,7 @@ class AdminPaymentControllerCore extends AdminController
|
||||
|
||||
$this->toolbar_title = $this->l('Paiement');
|
||||
unset($this->toolbar_btn['cancel']);
|
||||
return parent::initView();
|
||||
return parent::renderView();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user