http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5010
--- Comment #6 from Katrin Fischer <[email protected]> --- I have looked into this a bit, it seems that for the OPAC cart the problem does not exist and I think I found the reason in Auth.pm: OPACBaseURL => ($in->{'query'}->https() ? "https://" : "http://") . $ENV{'SERVER_NAME'} . ($ENV{'SERVER_PORT'} eq ($in->{'query'}->https() ? "443" : "80") ? '' : ":$ENV{'SERVER_PORT'}"), I will try to provide an alternative patch trying to fix it using that logic, so we don't need to hardcode http:// or https:// into the templates. -- You are receiving this mail because: You are the QA Contact for the bug. 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/
