http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11575
--- Comment #5 from M. Tompsett <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
