From 55b252f52006f1530548537d112ff772aaa5a18f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Phil=20H=C3=B6fer?= <phil@suma-ev.de>
Date: Wed, 30 Nov 2016 13:09:25 +0100
Subject: [PATCH] =?UTF-8?q?Maps=20vorl=C3=A4ufig=20aus=20dem=20default?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 app/MetaGer.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/MetaGer.php b/app/MetaGer.php
index b1036f724..147894520 100644
--- a/app/MetaGer.php
+++ b/app/MetaGer.php
@@ -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 {
-- 
GitLab