// Rename AdminController methods initForm() initList() etc. to renderForm() renderList()

This commit is contained in:
tDidierjean
2011-11-30 11:06:38 +00:00
parent 8a42d8ffae
commit 885701b27a
70 changed files with 328 additions and 327 deletions
@@ -64,10 +64,10 @@ class AdminSubDomainsControllerCore extends AdminController
parent::__construct();
}
public function initList()
public function renderList()
{
$this->warnings[] = $this->l('Cookies are different on each subdomain of your Website. If you want to use the same cookie, please add here the subdomains used by your shop. The most common is "www".');
return parent::initList();
return parent::renderList();
}