[Koha-bugs] [Bug 10870] can't create a profile for patron card creator

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 21 12:47:29 CET 2014


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

MJ Ray (software.coop) <mjr at software.coop> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjr at software.coop

--- Comment #1 from MJ Ray (software.coop) <mjr at 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.


More information about the Koha-bugs mailing list