From 1882eeb3d250c3d49be7d6c1456bd147d7b494ed Mon Sep 17 00:00:00 2001 From: Jeff Godin Date: Fri, 12 Oct 2012 10:31:48 -0400 Subject: [PATCH] Fix typo Fix typo Signed-off-by: Jeff Godin --- Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0