[Koha-bugs] [Bug 11575] OPACBaseURL sometimes set by ENV variable and not system preference

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 25 16:55:50 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11575

--- Comment #5 from M. Tompsett <mtompset at hotmail.com> ---
Good point, Marcel.

The third patch on bug 8952 has this:
# Set the using_https variable for templates
# FIXME Under Plack the CGI->https method always returns 'OFF'
my $https = $in->{query}->https();
my $using_https = (defined $https and $https ne 'OFF') ? 1 : 0;

I think perhaps this patch should use this variable ($using_https) instead of
checking $in->{query}->https() itself, and add a depends to the bug.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list