From 8902fe14f8634aaf64c2432dc713f3524ac35999 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Wed, 12 Oct 2011 15:13:11 +0000 Subject: [PATCH] // fix AdminAliasesController add action --- controllers/admin/AdminAliasesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminAliasesController.php b/controllers/admin/AdminAliasesController.php index 038488171..7ccb45ef3 100644 --- a/controllers/admin/AdminAliasesController.php +++ b/controllers/admin/AdminAliasesController.php @@ -119,7 +119,7 @@ class AdminAliasesControllerCore extends AdminController $this->fields_value = array('alias' => $obj->getAliases()); - if ($this->display != 'edit') + if ($this->display != 'edit' && $this->display != 'add') $this->display = 'list'; parent::initContent();