https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19817 --- Comment #26 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 73526 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=73526 Bug 19817: Move code to Koha::Manual to make it testable and reusable Review of attachment 73526: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=19817&attachment=73526) ----------------------------------------------------------------- I may have missed commenting on other changes which had just http in them. ::: Koha/Manual.pm @@ +17,5 @@
+} + +sub _get_base_url { + # FIXME /en/ must be configurable (or guessed) + my $KohaManualBaseURL = C4::Context->preference('KohaManualBaseURL') || 'http://koha-community.org/manual';
Please use https. -- You are receiving this mail because: You are watching all bug changes.