aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-11-18 21:55:00 -0800
committerfriendica <info@friendica.com>2011-11-18 21:55:00 -0800
commitd53db63d41d2f253c9aff806d9830167c9dd7a8d (patch)
tree66adeb7eae8ba08bc1eecf89f5d351e0052bf726 /mod/item.php
parentfa4742e6eec1850f1bb53e38379cf2aac650cc3b (diff)
downloadvolse-hubzilla-d53db63d41d2f253c9aff806d9830167c9dd7a8d.tar.gz
volse-hubzilla-d53db63d41d2f253c9aff806d9830167c9dd7a8d.tar.bz2
volse-hubzilla-d53db63d41d2f253c9aff806d9830167c9dd7a8d.zip
forum split delivery flag
Diffstat (limited to 'mod/item.php')
-rw-r--r--mod/item.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/item.php b/mod/item.php
index ee3bdca99..145c42cec 100644
--- a/mod/item.php
+++ b/mod/item.php
@@ -865,12 +865,12 @@ function item_post(&$a) {
$addr = trim($recip);
if(! strlen($addr))
continue;
- $disclaimer = '<hr />' . sprintf( t('This message was sent to you by %s, a member of the Friendika social network.'),$a->user['username'])
+ $disclaimer = '<hr />' . sprintf( t('This message was sent to you by %s, a member of the Friendica social network.'),$a->user['username'])
. '<br />';
$disclaimer .= sprintf( t('You may visit them online at %s'), $a->get_baseurl() . '/profile/' . $a->user['nickname']) . EOL;
$disclaimer .= t('Please contact the sender by replying to this post if you do not wish to receive these messages.') . EOL;
- $subject = '[Friendika]' . ' ' . sprintf( t('%s posted an update.'),$a->user['username']);
+ $subject = '[Friendica]' . ' ' . sprintf( t('%s posted an update.'),$a->user['username']);
$headers = 'From: ' . $a->user['username'] . ' <' . $a->user['email'] . '>' . "\n";
$headers .= 'MIME-Version: 1.0' . "\n";
$headers .= 'Content-Type: text/html; charset=UTF-8' . "\n";