From 1f976b111baf673351a738e9511af781eee62cd3 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 29 Dec 2016 23:45:42 +0000 Subject: [PATCH] Update the name of the app-wide config file --- supportfiles/lang_to_db.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"