aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-26 13:28:24 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-26 13:28:24 -0700
commit15d1a6c9374a20379d98bfac729ecf10609a7759 (patch)
tree4cafe3c9d8f655880eaee3846d29ac157b6a9f1c /mod
parent9ab335626cdaad433c8f5b6d7fd4d980c1b37742 (diff)
parent451db7dd98bcfb1525ee3dd0acfcd311b5615912 (diff)
downloadvolse-hubzilla-15d1a6c9374a20379d98bfac729ecf10609a7759.tar.gz
volse-hubzilla-15d1a6c9374a20379d98bfac729ecf10609a7759.tar.bz2
volse-hubzilla-15d1a6c9374a20379d98bfac729ecf10609a7759.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'mod')
-rw-r--r--mod/mail.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/mail.php b/mod/mail.php
index 2e7e3699a..75e8f4dd5 100644
--- a/mod/mail.php
+++ b/mod/mail.php
@@ -313,10 +313,10 @@ function mail_content(&$a) {
'id' => $message['id'],
'from_name' => $message['from']['xchan_name'],
'from_url' => chanlink_hash($message['from_xchan']),
- 'from_photo' => $message['from']['xchan_photo_m'],
+ 'from_photo' => $message['from']['xchan_photo_s'],
'to_name' => $message['to']['xchan_name'],
'to_url' => chanlink_hash($message['to_xchan']),
- 'to_photo' => $message['to']['xchan_photo_m'],
+ 'to_photo' => $message['to']['xchan_photo_s'],
'subject' => $message['title'],
'body' => smilies(bbcode($message['body']) . $s),
'delete' => t('Delete message'),
@@ -353,7 +353,7 @@ function mail_content(&$a) {
'$showinputs' => '',
'$subject' => t('Subject:'),
'$subjtxt' => $message['title'],
- '$readonly' => ' readonly="readonly" style="background: #BBBBBB;" ',
+ '$readonly' => 'readonly="readonly"',
'$yourmessage' => t('Your message:'),
'$text' => '',
'$select' => $select,