Skip to content
Snippets Groups Projects
Commit 449c3f77 authored by Demian Katz's avatar Demian Katz
Browse files

Merge branch 'release-3.1'

parents 9be126ed 52d330b0
No related merge requests found
...@@ -1642,7 +1642,7 @@ class KohaILSDI extends \VuFind\ILS\Driver\AbstractBase implements ...@@ -1642,7 +1642,7 @@ class KohaILSDI extends \VuFind\ILS\Driver\AbstractBase implements
// . "&password=" . $password // . "&password=" . $password
// ); // );
$idObj = $this->makeRequest( $idObj = $this->makeRequest(
"LookupPatron" . "&id=" . $username "LookupPatron" . "&id=" . urlencode($username)
. "&id_type=userid" . "&id_type=userid"
); );
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment