Code

Backport from trunk
[gosa.git] / gosa-plugins / goto / addons / goto / events / class_DaemonEvent.inc
index f711b7b2331355beab5fd5ad6eca0e749bdf2781..21137c7319a9844a24e574ffe21d3d31c7a90de8 100644 (file)
@@ -573,7 +573,7 @@ class DaemonEvent
     public function set_value($name,$value)
     {
         $name = strtolower($name);
-        if(isset($this->$name) && in_array($name,$this->attributes)){
+        if(isset($this->$name) && in_array_strict($name,$this->attributes)){
             $this->$name = $value;
         }
     }