small compatibility fix
[mir.git] / source / mircoders / module / ModuleUsers.java
index 39cc7e1..8d31718 100755 (executable)
@@ -168,7 +168,9 @@ public class ModuleUsers extends AbstractModule
       theStorage.executeUpdate(sql);
     }
     catch (Throwable t) {
-      throw new ModuleFailure(t);
+//      no propagation of this error for now, to allow mir to still function
+//      with older db schemas
+//      throw new ModuleFailure(t);
     }
   }
 }
\ No newline at end of file