Config updated
[mir.git] / source / mircoders / storage / DatabaseUsers.java
index edd5362..8f8c211 100755 (executable)
@@ -35,14 +35,14 @@ public class DatabaseUsers extends Database implements StorageObject{
                this.hasTimestamp = false;
                this.theTable="webdb_users";
                try {
-                       this.theEntityClass = Class.forName("mir.entity.EntityUsers");
+                       this.theEntityClass = Class.forName("mircoders.entity.EntityUsers");
                }
                catch (Exception e) {
                        throw new StorageObjectException(e.toString());
                }
        }
 
-       public SimpleList getPopupData() {
+       public SimpleList getPopupData() throws StorageObjectException {
                return getPopupData("login",true);
        }
 }