default the text template var on conversations

This commit is contained in:
friendica 2012-03-10 15:53:36 -08:00
parent 1bddd48661
commit d9c5d9d2eb
1 changed files with 1 additions and 0 deletions

View File

@ -305,6 +305,7 @@ function message_content(&$a) {
'$subjtxt' => template_escape($message['title']),
'$readonly' => ' readonly="readonly" style="background: #BBBBBB;" ',
'$yourmessage' => t('Your message:'),
'$text' => '',
'$select' => $select,
'$parent' => $parent,
'$upload' => t('Upload photo'),