From 6955cdd83076da437b1d2e5868e40e20875c4ef7 Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Wed, 12 Oct 2011 07:36:44 +0000 Subject: [PATCH] // fix AdminAddresses template --- controllers/admin/AdminAddressesController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/controllers/admin/AdminAddressesController.php b/controllers/admin/AdminAddressesController.php index cc9e9b240..e4903b94a 100644 --- a/controllers/admin/AdminAddressesController.php +++ b/controllers/admin/AdminAddressesController.php @@ -64,8 +64,6 @@ class AdminAddressesControllerCore extends AdminController 'city' => array('title' => $this->l('City'), 'width' => 150), 'country' => array('title' => $this->l('Country'), 'width' => 100, 'type' => 'select', 'select' => $this->countriesArray, 'filter_key' => 'cl!id_country')); - $this->template = 'adminAddresses.tpl'; - parent::__construct(); }