Code

Heimdal stuff not needed. It's too insecure to read m-keys by php.
[gosa.git] / include / sieve / class_sieveElement_Redirect.inc
index 33ebeb05daec713c1d97a581b86f17873f988d86..64e71b6f8bba0c88a5255be7681add920154da20 100644 (file)
@@ -31,7 +31,7 @@ class sieve_redirect
   {
     $this->object_id = $object_id;
 
-    if($data == NULL){
+    if($data === NULL){
       $data = array('ELEMENTS' => array(array('class' => "quoted-string" ,"text" => _("Place a mail address here"))));
     }