Code

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