diff --git a/module/VuFind/src/VuFind/ILS/Driver/MultiBackend.php b/module/VuFind/src/VuFind/ILS/Driver/MultiBackend.php
index eae0779b66a4095d7b1fcfd95b7535523fa27371..2f76b21cac6d9e999effe48f7f71702796d4e726 100644
--- a/module/VuFind/src/VuFind/ILS/Driver/MultiBackend.php
+++ b/module/VuFind/src/VuFind/ILS/Driver/MultiBackend.php
@@ -220,7 +220,9 @@ class MultiBackend extends AbstractBase implements \Zend\Log\LoggerAwareInterfac
                 } catch (ILSException $e) {
                     $statuses = array_map(
                         function ($id) {
-                            return ['id' => $id, 'error' => 'An error has occurred'];
+                            return [
+                                ['id' => $id, 'error' => 'An error has occurred']
+                            ];
                         },
                         $localIds
                     );