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

Merge branch '380-confidential-issue' into 'development'

Maps vorläufig aus dem default

Closes #380

See merge request !594
parents 3262ea48 2d4b9fac
No related branches found
No related tags found
2 merge requests!619Development,!594Maps vorläufig aus dem default
......@@ -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.
Finish editing this message first!
Please register or to comment