Skip to content
Snippets Groups Projects
Commit 9d3a623c authored by David Maus's avatar David Maus
Browse files

Correctly set fallback handler

* VuFindSearch/Backend/Solr/HandlerMap.php (setHandlerMap):
  Correctly set fallback handler.
parent 3c1466e2
Branches
Tags
No related merge requests found
...@@ -104,7 +104,7 @@ class HandlerMap extends AbstractHandlerMap ...@@ -104,7 +104,7 @@ class HandlerMap extends AbstractHandlerMap
) )
); );
} }
$fallback = $definition['fallback']; $fallback = $handler;
} }
if (isset($definition['functions'])) { if (isset($definition['functions'])) {
foreach ((array)$definition['functions'] as $function) { foreach ((array)$definition['functions'] as $function) {
......
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