From: Sarven Capadisli Date: Mon, 4 Jan 2010 12:43:56 +0000 (+0000) Subject: Updated element id for notice_data-geo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=30f58bf15f9b7e8f2a58b998937b5fd1096ee930;p=quix0rs-gnu-social.git Updated element id for notice_data-geo --- diff --git a/actions/newnotice.php b/actions/newnotice.php index 8d89e9da07..a4ed87bb62 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -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'),