Skip to content
Snippets Groups Projects
Commit 55b252f5 authored by Phil Höfer's avatar Phil Höfer
Browse files

Maps vorläufig aus dem default

parent e9bbb648
Branches
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -883,7 +883,7 @@ class MetaGer
} else {
$this->sprueche = false;
}
$this->maps = $request->input('maps', 'on');
$this->maps = $request->input('maps', 'off');
if ($this->maps === "on") {
$this->maps = true;
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment