From: hickert Date: Mon, 14 Sep 2009 12:23:08 +0000 (+0000) Subject: Updated gotomasses plugin X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1321cee222562141a19d30551a880797d2676e9e;p=gosa.git Updated gotomasses plugin git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14249 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc index ae9078130..71c9c0651 100644 --- a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc +++ b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc @@ -494,8 +494,9 @@ class DaemonEvent $ret['periodic'] = "none"; if($this-> activate_periodical_job){ - $ret['periodic'][$this->periodType] = $this->periodValue; + $ret['periodic']= array($this->periodType => $this->periodValue); } + return($ret); }