From da3c68ee078a7f7875e82c43fbcda674fb11b3b1 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 14 Sep 2015 16:20:13 +0200 Subject: [PATCH] IcingaHostForm: disable zone for now --- application/forms/IcingaHostForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/forms/IcingaHostForm.php b/application/forms/IcingaHostForm.php index f37c229b..507b72bc 100644 --- a/application/forms/IcingaHostForm.php +++ b/application/forms/IcingaHostForm.php @@ -55,6 +55,6 @@ class IcingaHostForm extends DirectorObjectForm $this->getElement('imports')->setRequired(); } - $this->addZoneElement(); + // $this->addZoneElement(); } }