[Koha-bugs] [Bug 10900] Incorrect calling conventions accessing C4::Context

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 18 06:05:00 CEST 2013


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

--- Comment #1 from M. Tompsett <mtompset at hotmail.com> ---
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.


More information about the Koha-bugs mailing list