aboutsummaryrefslogtreecommitdiffstats
path: root/mod/share.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-28 16:06:36 -0800
committerfriendica <info@friendica.com>2015-01-28 16:06:36 -0800
commitda842da6839a8feeac4ef1084dce576de34fa874 (patch)
tree5535e4107e8d9762c20748735948c14c8cbb82ae /mod/share.php
parentf0b900057a63a5c9efb8f35daa05b6c7e79d0adb (diff)
parent54fd8b21db2d8f3841cf590f88611a1d4f44ce48 (diff)
downloadvolse-hubzilla-da842da6839a8feeac4ef1084dce576de34fa874.tar.gz
volse-hubzilla-da842da6839a8feeac4ef1084dce576de34fa874.tar.bz2
volse-hubzilla-da842da6839a8feeac4ef1084dce576de34fa874.zip
Merge branch 'master' into pocorate
Diffstat (limited to 'mod/share.php')
-rw-r--r--mod/share.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/share.php b/mod/share.php
index 78a25ee10..d70336ed1 100644
--- a/mod/share.php
+++ b/mod/share.php
@@ -53,7 +53,7 @@ function share_init(&$a) {
"' avatar='".$r[0]['author']['xchan_photo_s'].
"' link='".$r[0]['plink'].
"' posted='".$r[0]['created'].
- "' message_id='".$r[0]['mid']."']\n";
+ "' message_id='".$r[0]['mid']."']";
if($r[0]['title'])
$o .= '[b]'.$r[0]['title'].'[/b]'."\n";
$o .= $r[0]['body'];