From 14ccfeffeb266412f7d9fb53693d0b87ed064ead Mon Sep 17 00:00:00 2001 From: mBertholino Date: Mon, 23 Jan 2012 17:15:00 +0000 Subject: [PATCH] [-] BO : #PSTEST-560 : bug fixed --- controllers/admin/AdminSubDomainsController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/admin/AdminSubDomainsController.php b/controllers/admin/AdminSubDomainsController.php index f22426110..d3b342283 100644 --- a/controllers/admin/AdminSubDomainsController.php +++ b/controllers/admin/AdminSubDomainsController.php @@ -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(); }