From 90b6afe06bacd5377c638c89045801296d69ec44 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 10 Jan 2019 00:29:05 +0100 Subject: we must sslify all possible content variables --- include/text.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'include/text.php') diff --git a/include/text.php b/include/text.php index 3cc21e4ce..26cb61977 100644 --- a/include/text.php +++ b/include/text.php @@ -1691,7 +1691,14 @@ function prepare_body(&$item,$attach = false,$opts = false) { if(local_channel() == $item['uid']) $filer = format_filer($item); - $s = sslify($s); + if($s) + $s = sslify($s); + + if($photo) + $photo = sslify($photo); + + if($event) + $event = sslify($event); $prep_arr = array( 'item' => $item, -- cgit v1.2.3