diff --git a/supportfiles/lang_to_db.pl b/supportfiles/lang_to_db.pl index fc03ef2..89da3f2 100755 --- a/supportfiles/lang_to_db.pl +++ b/supportfiles/lang_to_db.pl @@ -139,7 +139,7 @@ sub load_language { } -my $settings = Webperl::ConfigMicro -> new("../config/site.cfg") +my $settings = Webperl::ConfigMicro -> new("../config/config.cfg") or die "Unable to open configuration file: ".$Webperl::SystemModule::errstr."\n"; die "No 'language' table defined in configuration, unable to proceed.\n"