diff options
author | Friendika <info@friendika.com> | 2011-04-28 20:04:02 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-28 20:04:02 -0700 |
commit | 7d455a039552049de82704a20ccda9fe05c173d4 (patch) | |
tree | b6d5de53c40198649a91e4f0124e59746e6f13e6 /include | |
parent | 4e4c002006f7903448cd533fbf32911056fe400f (diff) | |
download | volse-hubzilla-7d455a039552049de82704a20ccda9fe05c173d4.tar.gz volse-hubzilla-7d455a039552049de82704a20ccda9fe05c173d4.tar.bz2 volse-hubzilla-7d455a039552049de82704a20ccda9fe05c173d4.zip |
missing location after editor was consolidated
Diffstat (limited to 'include')
-rw-r--r-- | include/conversation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php index b3e424e52..38816a7d7 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, |