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

Phil Ringnalda <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Phil Ringnalda <[email protected]> ---
Interesting bustage, that the before state, which is supposed to be a POST
without an op, was actually a POST with the wrong op. We have templates that
set     $template->param(script_name=> to a string containing their actual
path, but this one doesn't, so the template var script_name was apparently
getting the path from the page's URL through some magic. Bet that's a whole new
class of bug 36192 bustage we haven't yet noticed, where a script that was only
getting POSTs now also gets GETs, and doesn't set script_name, and has a
template that uses script_name.

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