diff --git a/module/VuFind/src/VuFind/ILS/Driver/MultiBackend.php b/module/VuFind/src/VuFind/ILS/Driver/MultiBackend.php index 6e85c1b264feb6609762b970cb549457c5e150ee..d8f677619a94e1478a17e9fa41f3c41d0fa2449d 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/MultiBackend.php +++ b/module/VuFind/src/VuFind/ILS/Driver/MultiBackend.php @@ -1126,9 +1126,7 @@ class MultiBackend extends AbstractBase } } - $driver = $this->getDriver( - $source, empty($id) ? null : $this->getLocalId($id) - ); + $driver = $this->getDriver($source); // If we have resolved the needed driver, just getConfig and return. if ($driver && $this->methodSupported($driver, 'getConfig')) {