From: hickert Date: Wed, 7 May 2008 06:58:18 +0000 (+0000) Subject: update X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3287c7090f47ec429604651b8dbf67630f0b4576;p=gosa.git update git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10799 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/heimdal/admin/systems/services/kerberos/class_goKrbServer.inc b/gosa-plugins/heimdal/admin/systems/services/kerberos/class_goKrbServer.inc index 707b80f55..a807e6eb3 100644 --- a/gosa-plugins/heimdal/admin/systems/services/kerberos/class_goKrbServer.inc +++ b/gosa-plugins/heimdal/admin/systems/services/kerberos/class_goKrbServer.inc @@ -297,7 +297,7 @@ class goKrbServer extends goService{ /* Send policy changes back to the si daemon */ - $actions = array("del" => array(),"add" => array(),"edit"=>array()); + $actions = array("del" => array(),"add_edit" => array()); foreach($this->policies as $policy){ switch($policy['STATUS']){ case "REMOVED" : $actions['del'] [] = $policy;break;