https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23712
Bug ID: 23712
Summary: Silence warns from Koha/Illrequest/Logger.pm
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P5 - low
Component: ILL
Assignee: [email protected]
Reporter: [email protected]
If you run this:
$ sudo koha-shell -c "prove t/db_dependent/Illrequests.t" kohadev
you get a lot of errors like this:
no query in themelanguage at /home/vagrant/kohaclone/C4/Templates.pm line 266.
This is because C4::Templates::_get_template_file() is called with just two
parameters, when it expects a CGI object as the third parameter:
C4::Templates::_get_template_file('ill/log/', 'intranet');
Patch coming.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/