diff options
author | friendica <info@friendica.com> | 2015-01-28 01:07:45 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-28 01:07:45 -0800 |
commit | f1203bb3dd4df3330737c9a0b2be84ebf7c80162 (patch) | |
tree | 10aed680a0b32ba7ae378793515f4420807363f9 /mod | |
parent | 9feb300f47eaff46ea78ef66379de654d3365dae (diff) | |
parent | f455036905d83a7983998835b24bfcaf1bed1045 (diff) | |
download | volse-hubzilla-f1203bb3dd4df3330737c9a0b2be84ebf7c80162.tar.gz volse-hubzilla-f1203bb3dd4df3330737c9a0b2be84ebf7c80162.tar.bz2 volse-hubzilla-f1203bb3dd4df3330737c9a0b2be84ebf7c80162.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'mod')
-rw-r--r-- | mod/share.php | 2 |
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']; |