From: Friendika Date: Fri, 29 Apr 2011 03:04:02 +0000 (-0700) Subject: missing location after editor was consolidated X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7d455a039552049de82704a20ccda9fe05c173d4;p=friendica.git missing location after editor was consolidated --- diff --git a/include/conversation.php b/include/conversation.php index b3e424e524..38816a7d71 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -745,7 +745,7 @@ function status_editor($a,$x) { '$content' => '', '$post_id' => '', '$baseurl' => $a->get_baseurl(), - '$defloc' => $x['default-location'], + '$defloc' => $x['default_location'], '$visitor' => $x['visitor'], '$emailcc' => t('CC: email addresses'), '$jotnets' => $jotnets,