From cdb343d05fe964875ff317dd491fbadfe229e317 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 24 May 2016 18:05:03 +0000 Subject: [PATCH] Bug 16492 [QA Followup] --- C4/SIP/ILS/Patron.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/SIP/ILS/Patron.pm b/C4/SIP/ILS/Patron.pm index 36f5a23..63a0a3a 100644 --- a/C4/SIP/ILS/Patron.pm +++ b/C4/SIP/ILS/Patron.pm @@ -201,7 +201,7 @@ sub check_password { my $dbh = C4::Context->dbh; my $ret = 0; - ($ret) = checkpw( $dbh, $self->{userid}, $pwd, my $query, my $type, my $no_set_userenv = 1 ); + ($ret) = checkpw( $dbh, $self->{userid}, $pwd, undef, undef, 1 ); # dbh, userid, query, type, no_set_userenv return $ret; } -- 2.1.4