Fix typo
authorJeff Godin <jgodin@tadl.org>
Fri, 12 Oct 2012 14:31:48 +0000 (10:31 -0400)
committerJeff Godin <jgodin@tadl.org>
Fri, 12 Oct 2012 14:31:48 +0000 (10:31 -0400)
Fix typo

Signed-off-by: Jeff Godin <jgodin@tadl.org>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm

index 45d6ea2..7f066d4 100644 (file)
@@ -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