Bug 17554: (followup) Shibboleth check should use ->find too
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 26 Jun 2017 18:25:19 +0000 (15:25 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 5 Jul 2017 16:43:21 +0000 (13:43 -0300)
commit60e55c857c0e59693eaea138fbcc025f0de23960
tree8548ef8798d063213fd02d6768cef66fb9cc40be
parent69ddc094345e995aabf0b0be79813c2019419caa
Bug 17554: (followup) Shibboleth check should use ->find too

There was a remaining use of C4::Members::GetBorrowersWithEmail in Auth.pm.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Auth.pm