Ok, big merge. here's the new xml-config stuff in action. There's a few
[mir.git] / source / mircoders / module / ModuleUploadedMedia.java
index 2d9e718..76a1cec 100755 (executable)
@@ -32,7 +32,7 @@ public class ModuleUploadedMedia extends AbstractModule
     public ModuleUploadedMedia(StorageObject theStorage) {
            this.theStorage = theStorage;
            if (theLog == null)
-             theLog = Logfile.getInstance(MirConfig.getProp("Home") + MirConfig.getProp("Module.Themen.Logfile"));
+             theLog = Logfile.getInstance(this.getClass().getName());
     }
 
     public SimpleList getUploadedMediaAsSimpleList() {