Skip to content

Commit 5e08bc1

Browse files
committed
PC-1567 Add comment linking to PR
1 parent df175dd commit 5e08bc1

File tree

1 file changed

+2
-1
lines changed
  • vufind/module/Catalog/src/Catalog/ILS/Driver

1 file changed

+2
-1
lines changed

vufind/module/Catalog/src/Catalog/ILS/Driver/Folio.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public function __construct(
8282
}
8383

8484
/**
85+
* MSUL -- Can remove once PR 4810 is in our VuFind version
8586
* Initialize the driver.
8687
*
8788
* Check or renew our auth token
@@ -107,7 +108,7 @@ public function init()
107108
'Token taken from ' . $cacheType . ' cache: ' . substr($this->token, 0, 30) . '...'
108109
);
109110
}
110-
// MSU: added try/catch
111+
// MSU: added try/catch (PR 4810)
111112
try {
112113
if ($this->token == null) {
113114
$this->renewTenantToken();

0 commit comments

Comments
 (0)