From: Roland Haeder Date: Mon, 9 Mar 2015 00:40:44 +0000 (+0100) Subject: 'checked' must be false because else the browser won't send any location and it is... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=801a54226b81eaed25cd6d0b54a5bcf84a67a629;p=quix0rs-gnu-social.git 'checked' must be false because else the browser won't send any location and it is better for privacy ... :-) Signed-off-by: Roland Haeder --- 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.