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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 12 23:49:29 CEST 2014


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

--- Comment #27 from M. Tompsett <mtompset at hotmail.com> ---
Actually, it is tied to bug 10589 only in that it is required for it to work.
This actually changes no functionality whatsoever.

It tidies calls to functions in C4::Context, making them called the same way.
That is, use -> instead of :: in C4::Context function calls, particularly this
piece which corrects set_userenv. It also corrects a few bugs which are working
by accident, because the parameter list is wrong.

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


More information about the Koha-bugs mailing list