diff --git a/mozilla/webtools/PLIF/PLIF/Database/DBI.pm b/mozilla/webtools/PLIF/PLIF/Database/DBI.pm index 0a34e716b6d..6f2fdb3522a 100644 --- a/mozilla/webtools/PLIF/PLIF/Database/DBI.pm +++ b/mozilla/webtools/PLIF/PLIF/Database/DBI.pm @@ -151,7 +151,7 @@ sub propertyGetUndefined { sub settings { # if you change this, check out setupConfigure to make sure it is still up to date - return qw(type name host port username password); + return qw(host port type name username password); } sub setupConfigure {