Skip to content
Snippets Groups Projects
Commit 6fca7055 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Fehler in den Minisuchern behoben

parent dc723827
No related branches found
No related tags found
1 merge request!752Fehler in den Minisuchern behoben
...@@ -508,8 +508,11 @@ class MetaGer ...@@ -508,8 +508,11 @@ class MetaGer
foreach ($enginesToSearchIn as $engine) { foreach ($enginesToSearchIn as $engine) {
if (isset($engine['minismCollection'])) { if (isset($engine['minismCollection'])) {
$subcollections[] = $engine['minismCollection']->__toString(); $subcollections[] = $engine['minismCollection']->__toString();
} else {
$tmp[] = $engine;
} }
} }
$enabledSearchengines = $tmp;
if (sizeof($subcollections) > 0) { if (sizeof($subcollections) > 0) {
$enabledSearchengines[] = $this->loadMiniSucher($xml, $subcollections); $enabledSearchengines[] = $this->loadMiniSucher($xml, $subcollections);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment