media handling fixes, gotten rid of StorageObject, set the default method for blots...
[mir.git] / source / mircoders / module / ModuleUsers.java
index 27efcda..bf03447 100755 (executable)
@@ -160,7 +160,7 @@ public class ModuleUsers extends AbstractModule
     try {
       String sql = "update webdb_users set lastlogin=now() where id = " + aUser.getId();
 
-      storage.executeUpdate(sql);
+      database.executeUpdate(sql);
     }
     catch (Throwable t) {
 //      no propagation of this error for now, to allow mir to still function