From: hickert Date: Thu, 8 Jun 2006 08:16:16 +0000 (+0000) Subject: Fixed goMailServer errors X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=de92f0c808b836e38150195dd2a8b3aee9ec57fc;p=gosa.git Fixed goMailServer errors git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3706 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_goMailServer.inc b/plugins/admin/systems/class_goMailServer.inc index 851ad5b58..7e8d8cf8a 100644 --- a/plugins/admin/systems/class_goMailServer.inc +++ b/plugins/admin/systems/class_goMailServer.inc @@ -79,6 +79,7 @@ class goMailServer extends plugin{ /* Get postfix my networks */ $this->postfixMyNetworks = array(); + $tmp = array(); if(isset($this->attrs['postfixMyNetworks'][0])){ $tmp = split(",",$this->attrs['postfixMyNetworks'][0]); foreach($tmp as $str){ @@ -106,6 +107,7 @@ class goMailServer extends plugin{ /* Get transport tables */ + $tmp = array(); $this->postfixTransportTable = array(); if(isset($this->attrs['postfixTransportTable'])){ $tmp = array(); @@ -131,6 +133,7 @@ class goMailServer extends plugin{ /* Get sender restrictions */ + $tmp = array(); $this->postfixSenderRestrictions = array(); if(isset($this->attrs['postfixSenderRestrictions'])){ unset($this->attrs['postfixSenderRestrictions']['count']); @@ -154,6 +157,7 @@ class goMailServer extends plugin{ /* Get sender restrictions */ + $tmp = array(); $this->postfixRecipientRestrictions = array(); if(isset($this->attrs['postfixRecipientRestrictions'])){ unset($this->attrs['postfixRecipientRestrictions']['count']);