]> git.mxchange.org Git - friendica.git/commitdiff
default the text template var on conversations
authorfriendica <info@friendica.com>
Sat, 10 Mar 2012 23:53:36 +0000 (15:53 -0800)
committerfriendica <info@friendica.com>
Sat, 10 Mar 2012 23:53:36 +0000 (15:53 -0800)
mod/message.php

index dcaaf69753d7799d1b313e8fe8f51f318125a297..57d45ee3c7933113a45cb3f4401f766a44ed1f29 100755 (executable)
@@ -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'),