]> git.koha-community.org Git - koha.git/commit
Bug 17775 - Add new user with LDAP not works under Plack
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 30 Jan 2017 11:42:09 +0000 (12:42 +0100)
committerJulian Maurice <julian.maurice@biblibre.com>
Thu, 9 Feb 2017 09:28:32 +0000 (10:28 +0100)
commite2d9cc0251858902735753305b4298f22a84b915
tree8aba0a10f49fcc06edb0198e527b1a2117eaf6fd
parent47d7e1da7559ff40789332fa9be4391adbcc5983
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 <liz@catalyst.net.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
I did not test but trust author and signoffer. The change cannot hurt.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 4740438b41573d24c6e83d182e2ce1cf6fc54545)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
(cherry picked from commit e005d17bb6a6181a8b7d00a8e9bb7d75e9b2c071)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
C4/Auth_with_ldap.pm