From: berick Date: Thu, 3 Mar 2011 15:01:45 +0000 (-0500) Subject: Merge branch 'master' of git+ssh://yeti.esilibrary.com/home/evergreen/evergreen-equin... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f6fd04d24c5892ce98bc251c927c9cf9233ce945;p=evergreen%2Fequinox.git Merge branch 'master' of git+ssh://yeti.esilibrary.com/home/evergreen/evergreen-equinox into opac-tt-poc --- f6fd04d24c5892ce98bc251c927c9cf9233ce945 diff --cc Open-ILS/src/perlmods/lib/OpenILS/WWW/EGWeb.pm index df33d5a787,ec765af184..4064ec2b47 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGWeb.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGWeb.pm @@@ -20,9 -18,9 +20,9 @@@ my %lh_cache; # locale handler sub import { my $self = shift; - $web_config_file = shift; + $web_config_file = shift || ''; unless(-r $web_config_file) { - warn "Invalid web config $web_config_file"; + warn "Invalid web config $web_config_file\n"; return; } check_web_config();