Updated element id for notice_data-geo

This commit is contained in:
Sarven Capadisli 2010-01-04 12:43:56 +00:00
parent ad323575e6
commit 30f58bf15f
1 changed files with 1 additions and 1 deletions

View File

@ -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'),