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

Fixed API renewal key inconsistency (should have been included in prior commit).

parent 9a911c69
No related merge requests found
......@@ -703,7 +703,7 @@ class VoyagerRestful extends Voyager implements \VuFindHttp\HttpServiceAwareInte
);
// Create Rest API Renewal Key
$restRenewID = $this->ws_dbKey. "|" . $renewID;
$restRenewID = $this->ws_patronHomeUbId . "|" . $renewID;
// Add to Hierarchy
$hierarchy[$restRenewID] = false;
......
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