21 Mar
2014
21 Mar
'14
11:47 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10870 MJ Ray (software.coop) <mjr@software.coop> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mjr@software.coop --- Comment #1 from MJ Ray (software.coop) <mjr@software.coop> --- I just debugged this on the koha email list. edit-profile.pl isn't checking whether it got back an object or a scalar (probably -1 to indicate unsatisfactory @params) from the new() call and so it tries to call methods on a scalar result which results in this error. -- You are receiving this mail because: You are watching all bug changes.