no message
[mir.git] / source / mircoders / storage / DatabaseVideos.java
index 29d4662..037de58 100755 (executable)
@@ -38,7 +38,7 @@ public class DatabaseVideos extends Database implements StorageObject{
                this.theTable="videos";
                this.theCoreTable="media";
                try {
-                       this.theEntityClass = Class.forName("mir.entity.EntityVideo");
+                       this.theEntityClass = Class.forName("mircoders.entity.EntityVideo");
                }
                catch (Exception e) { throw new StorageObjectException(e.toString());   }
        }