From: Mike Macgirvin Date: Sat, 31 Jul 2010 05:27:41 +0000 (-0700) Subject: message fixes X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=aea121ea2addbb3319cf37e22c4d29980612326f;p=friendica.git message fixes --- diff --git a/mod/message.php b/mod/message.php index e1a86727bc..3aac2ec28d 100644 --- a/mod/message.php +++ b/mod/message.php @@ -196,7 +196,7 @@ function message_content(&$a) { ); if(! count($r)) { notice( t('No messages.') . EOL); - return; + return $o; } $tpl = file_get_contents('view/mail_list.tpl'); @@ -238,7 +238,7 @@ function message_content(&$a) { } if(! count($messages)) { notice( t('Message not available.') . EOL ); - return; + return $o; } $r = q("UPDATE `mail` SET `seen` = 1 WHERE `parent-uri` = '%s' AND `uid` = %d", diff --git a/view/mail_head.tpl b/view/mail_head.tpl index dd53d621ab..eac79eb59a 100644 --- a/view/mail_head.tpl +++ b/view/mail_head.tpl @@ -3,7 +3,7 @@