From: Jeff Godin Date: Fri, 12 Oct 2012 14:31:48 +0000 (-0400) Subject: Fix typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1882eeb3d250c3d49be7d6c1456bd147d7b494ed;p=working%2FEvergreen.git Fix typo Fix typo Signed-off-by: Jeff Godin --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm index 45d6ea2344..7f066d4073 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm @@ -440,7 +440,7 @@ sub load_login { my $shared_ses_domain = $self->apache->dir_config('OILSWebSharedSesCookieDomain'); my $shared_ses_domain_regex = '\.' . $shared_ses_domain . '$'; - if ($self->apache->hostname =~ /$shared_ses_domain_regex/ { + if ($self->apache->hostname =~ /$shared_ses_domain_regex/) { push @$cookies, # an optional domain-shared copy of the auth token, useful for # some SSO-like environments