Code

Updated gotomasses plugin
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 14 Sep 2009 12:23:08 +0000 (12:23 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 14 Sep 2009 12:23:08 +0000 (12:23 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14249 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc

index ae9078130eeba7f0843c11223f09f5767445bf94..71c9c06514127de2f2e0aff9fd49310035e35f48 100644 (file)
@@ -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);
   }