whoops...
[mir.git] / source / mir / storage / DatabaseAdaptorPostgresql.java
index 56d329e..9954a4b 100755 (executable)
@@ -13,11 +13,11 @@ import mir.misc.*;
 public final class DatabaseAdaptorPostgresql implements DatabaseAdaptor{
 
     public String getDriver() {
-       return Configuration.getProperty("Adaptor.PostgreSQL.Driver");
+       return MirConfig.getProp("Adaptor.PostgreSQL.Driver");
     }
 
     public String getURL(String user, String pass, String host) {
-           return Configuration.getProperty("Adaptor.PostgreSQL.URL");
+           return MirConfig.getProp("Adaptor.PostgreSQL.URL");
     }
 
     public  boolean hasLimit() {