From c6daf4d41cd4de744f59ae0e8284eab2dc44fe19 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 27 Oct 2015 11:26:48 +0100 Subject: first the image than the body --- mod/share.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/share.php') diff --git a/mod/share.php b/mod/share.php index 12938ae0d..7ed6cf9a6 100644 --- a/mod/share.php +++ b/mod/share.php @@ -60,7 +60,7 @@ function share_init(&$a) { "' message_id='".$r[0]['mid']."']"; if($r[0]['title']) $o .= '[b]'.$r[0]['title'].'[/b]'."\r\n"; - $o .= (($is_photo) ? $r[0]['body'] . "\r\n" . $photo_bb : $r[0]['body']); + $o .= (($is_photo) ? $photo_bb . "\r\n" . $r[0]['body'] : $r[0]['body']); $o .= "[/share]"; } -- cgit v1.2.3