25 Feb
2014
25 Feb
'14
4:55 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11575 --- Comment #5 from M. Tompsett <mtompset@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.