Updated element id for notice_data-geo
This commit is contained in:
parent
ad323575e6
commit
30f58bf15f
|
@ -184,7 +184,7 @@ class NewnoticeAction extends Action
|
|||
|
||||
$options = array('reply_to' => ($replyto == 'false') ? null : $replyto);
|
||||
|
||||
if ($user->shareLocation() && $this->arg('notice_data-location_enabled')) {
|
||||
if ($user->shareLocation() && $this->arg('notice_data-geo')) {
|
||||
|
||||
$locOptions = Notice::locationOptions($this->trimmed('lat'),
|
||||
$this->trimmed('lon'),
|
||||
|
|
Loading…
Reference in New Issue
Block a user