18 Sep
2013
18 Sep
'13
5:05 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10900 --- Comment #1 from M. Tompsett <mtompset@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.