Modified config system:
[mir.git] / source / mircoders / module / ModuleGruppen.java
index 52e8a07..f7bb24c 100755 (executable)
@@ -34,7 +34,7 @@ public class ModuleGruppen extends AbstractModule
        public ModuleGruppen(StorageObject theStorage)
        {
 
-               if (theLog == null) theLog = Logfile.getInstance(Configuration.getProperty("Home") + Configuration.getProperty("Module.Gruppen.Logfile"));
+               if (theLog == null) theLog = Logfile.getInstance(MirConfig.getProp("Home") + MirConfig.getProp("Module.Gruppen.Logfile"));
                if (theStorage == null) theLog.printWarning("StorageObject was null!");
 
                this.theStorage = theStorage;