]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
'checked' must be false because else the browser won't send any location and it is...
authorRoland Haeder <roland@mxchange.org>
Mon, 9 Mar 2015 00:40:44 +0000 (01:40 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 29 Mar 2020 22:20:58 +0000 (00:20 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
lib/noticeform.php

index 41070673edce373331872263a94ac0d9c0987208..4ad6190131e6bad475023b7ac510f7c1bcdceeb6 100644 (file)
@@ -269,7 +269,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->element('label', array('class' => 'notice_data-geo',
                                                    'for'   => $this->id().'-notice_data-geo'),