From 801a54226b81eaed25cd6d0b54a5bcf84a67a629 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 9 Mar 2015 01:40:44 +0100 Subject: [PATCH] 'checked' must be false because else the browser won't send any location and it is better for privacy ... :-) Signed-off-by: Roland Haeder --- lib/noticeform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/noticeform.php b/lib/noticeform.php index 81b39d2203..f1f322ae33 100644 --- a/lib/noticeform.php +++ b/lib/noticeform.php @@ -264,7 +264,7 @@ class NoticeForm extends Form 'type' => 'checkbox', 'class' => 'checkbox', 'id' => $this->id() . '-notice_data-geo', - 'checked' => true, // ? + 'checked' => false, // Must be unchecked by default )); $this->out->text(' '); // TRANS: Field label to add location to a notice. -- 2.39.5