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

--- Comment #1 from M. Tompsett <[email protected]> ---
Created attachment 21152
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21152&action=edit
Bug 10900 - Incorrect calling conventions accessing C4::Context

There were multiple calling conventions for C4::Context's
set_userenv routine. So the following commands were used to
find discrepancies:
    grep "C4::Context::set_userenv" `find .`
    grep "C4::Context->set_userenv" `find .`
It was recommended that it should be ->, and so a shift was added to the
routine to properly ignore the object that is passed.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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