We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df175dd commit 5e08bc1Copy full SHA for 5e08bc1
vufind/module/Catalog/src/Catalog/ILS/Driver/Folio.php
@@ -82,6 +82,7 @@ public function __construct(
82
}
83
84
/**
85
+ * MSUL -- Can remove once PR 4810 is in our VuFind version
86
* Initialize the driver.
87
*
88
* Check or renew our auth token
@@ -107,7 +108,7 @@ public function init()
107
108
'Token taken from ' . $cacheType . ' cache: ' . substr($this->token, 0, 30) . '...'
109
);
110
- // MSU: added try/catch
111
+ // MSU: added try/catch (PR 4810)
112
try {
113
if ($this->token == null) {
114
$this->renewTenantToken();
0 commit comments