diff --git a/lib/WebGUI/Config.pm b/lib/WebGUI/Config.pm index e28255ccc..b76361cac 100644 --- a/lib/WebGUI/Config.pm +++ b/lib/WebGUI/Config.pm @@ -116,7 +116,7 @@ sub readAllConfigs { closedir(DIR); my %configs; foreach my $file (@files) { - if ($file =~ /\.conf$/ && !($file =~ /^logs.conf$/)) { + if ($file =~ /\.conf$/ && !($file =~ /^log.conf$/)) { $configs{$file} = readConfig($webguiPath,$file); } }