]> 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 Haeder <roland@mxchange.org>
Mon, 9 Mar 2015 00:41:30 +0000 (01:41 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
lib/noticeform.php

index 81b39d220320118edfe697fd437ff5d422199e8a..f1f322ae332de9d75ba55e8199613155dd0d17df 100644 (file)
@@ -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.