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

--- Comment #9 from Katrin Fischer <[email protected]> ---
The first patch makes sure the URL in the list email is generated like 

everywhere else in the OPAC. The same method won't work for the intranet and
the OPACBaseURL is not taken into account at all. 

This is what creates the OpacBaseURL in OPAC from Auth.pm:
(($in->{'query'}->https() ? "https://"; : "http://";) . $ENV{'SERVER_NAME'} .
($ENV{'SERVER_PORT'} eq ($in->{'query'}->https() ? "443" : "80") ? '' :
":$ENV{'SERVER_PORT'}"))),

Feedback and ideas welcome... the attached patch could still be a small
improvement as it adds consistency and makes the link work.

-- 
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/

Reply via email to