Ok, big merge. here's the new xml-config stuff in action. There's a few
[mir.git] / source / mircoders / module / ModuleLinksImcs.java
index 4f293ab..e5e01c6 100755 (executable)
@@ -32,11 +32,11 @@ public class ModuleLinksImcs extends AbstractModule
     public ModuleLinksImcs(StorageObject theStorage) {
            this.theStorage = theStorage;
            if (theLog == null)
-             theLog = Logfile.getInstance(Configuration.getProperty("Home") + Configuration.getProperty("Module.LinksImcs.Logfile"));
+             theLog = Logfile.getInstance(this.getClass().getName());
     }
 
-    public SimpleList getLinksImcsAsSimpleList() {
-           return ((DatabaseLinksImcs)theStorage).getPopupData();
+    public SimpleHash getLinksImcsAsSimpleHash() {
+           return ((DatabaseLinksImcs)theStorage).getHashData();
     }
 
 }