Code

Fixed undefined index in sieve authentification method detection
[gosa.git] / gosa-plugins / mail / personal / mail / class_mailAccount.inc
index 958770a5858e2d904bb6565a0861d383c75e7c49..34c66cb5211b552c2ee3d13d4138e2429ccc9455 100644 (file)
@@ -1019,9 +1019,9 @@ class mailAccount extends plugin
             }
           }
         }else{
-         echo "Check sieve management here";
           @DEBUG (DEBUG_MAIL, __LINE__, __FUNCTION__, __FILE__, 
               "User uses an own sieve script, skipping sieve update.".$str."</b>","");
+          $this->sieve_management->save();
         }
       }
     }