From 7d455a039552049de82704a20ccda9fe05c173d4 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 28 Apr 2011 20:04:02 -0700 Subject: [PATCH] missing location after editor was consolidated --- include/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,