aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-06-14 20:56:00 +0200
committerMax Kostikov <max@kostikov.co>2019-06-14 20:56:00 +0200
commit134dfb8804429ba68c613bb98900d468fdfdba49 (patch)
treefa13f57aa40e5d6fa7b3d540b2a17bba08a92176 /include/items.php
parent86f4a8d33afbdda7f5f2ace003ad237bde387819 (diff)
downloadvolse-hubzilla-134dfb8804429ba68c613bb98900d468fdfdba49.tar.gz
volse-hubzilla-134dfb8804429ba68c613bb98900d468fdfdba49.tar.bz2
volse-hubzilla-134dfb8804429ba68c613bb98900d468fdfdba49.zip
Formatting
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php2
1 files changed, 1 insertions, 1 deletions
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);