mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:42:54 +00:00
default the text template var on conversations
This commit is contained in:
parent
1bddd48661
commit
d9c5d9d2eb
1 changed files with 1 additions and 0 deletions
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue