[Koha-bugs] [Bug 14440] get_template_and_user can not have an empty template_name

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 24 01:03:28 CEST 2015


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

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris at bigballofwax.co.nz

--- Comment #4 from Chris Cormack <chris at bigballofwax.co.nz> ---
A work around is to do

- template_name   => ""
+ template_name   => "/errors/404.tt"

(any template that exists will do, it is never printed, we just redirect)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list