Code

Added TZ fix
[gosa.git] / include / sieve / class_sieveElement_Fileinto.inc
index f357d37d96d961bd4e1ea2065d8468deb9f985b8..dc3923f416975220c45ca29944871f42343d8719 100644 (file)
@@ -42,7 +42,7 @@ class sieve_fileinto
     $mbs = $this->get_mail_boxes();
       
     /* Set the default mailbox */
-    if($data == NULL){
+    if($data === NULL){
       $data = array('ELEMENTS' => array(array('class' => "quoted-string" ,"text" => $mbs[key($mbs)])));
     }