[-] BO : #PSTEST-560 : bug fixed

This commit is contained in:
mBertholino
2012-01-23 17:15:00 +00:00
parent 36a1ced2fc
commit 08c7b79a27

View File

@@ -66,6 +66,7 @@ class AdminSubDomainsControllerCore extends AdminController
public function renderList()
{
$this->addRowAction('delete');
$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::renderList();
}