https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17775
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #59662|0 |1 is obsolete| | --- Comment #16 from Jonathan Druart <[email protected]> --- Created attachment 59722 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=59722&action=edit Bug 17775 - Add new user with LDAP not works under Plack This patch fixes internal server error: Undefined subroutine &C4::Auth_with_ldap::AddMember called at /srv/koha_ffzg/C4/Auth_with_ldap.pm line 213. It occurs only under plack, and it's strange since C4::Members does EXPORT AddMember and we are importing it into Auth_with_ldap.pm (and it does work under CGI). Signed-off-by: Liz Rea <[email protected]> Signed-off-by: Jonathan Druart <[email protected]> I did not test but trust author and signoffer. The change cannot hurt. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
