https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39625

--- Comment #3 from Emmi Takkinen <[email protected]> ---
Did some more digging, in every other page we set interface with
get_template_and_user as "intranet". But in scv/renew etc. we call
check_cookie_auth, where we don't set interface. There is a if statement where
we check if interface value is present and if not, it's fetched from session
params. But since C4::Context->interface always returns at least "opac" as
default value if variable $interface is undef (or something else than api, opac
etc.), if statement is passed and interface from session params is newer used.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/

Reply via email to