From 134dfb8804429ba68c613bb98900d468fdfdba49 Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Fri, 14 Jun 2019 20:56:00 +0200 Subject: Formatting --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/items.php b/include/items.php index ed5572233..0af119cc9 100755 --- a/include/items.php +++ b/include/items.php @@ -1457,7 +1457,7 @@ function encode_mail($item,$extended = false) { $x['to'] = encode_item_xchan($item['to']); $x['raw'] = $item['mail_raw']; $x['mimetype'] = $item['mail_mimetype']; - $x['sig'] = $item['sig']; + $x['sig'] = $item['sig']; if($item['attach']) $x['attach'] = json_decode($item['attach'],true); -- cgit v1.2.3