projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a85700
)
Fix typo
author
Jeff Godin
<jgodin@tadl.org>
Fri, 12 Oct 2012 14:31:48 +0000
(10:31 -0400)
committer
Jeff 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
patch
|
blob
|
history
diff --git
a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm
b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm
index
45d6ea2
..
7f066d4
100644
(file)
--- 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