diff options
author | Max Kostikov <max@kostikov.co> | 2019-06-14 20:56:00 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-06-14 20:56:00 +0200 |
commit | 134dfb8804429ba68c613bb98900d468fdfdba49 (patch) | |
tree | fa13f57aa40e5d6fa7b3d540b2a17bba08a92176 /include | |
parent | 86f4a8d33afbdda7f5f2ace003ad237bde387819 (diff) | |
download | volse-hubzilla-134dfb8804429ba68c613bb98900d468fdfdba49.tar.gz volse-hubzilla-134dfb8804429ba68c613bb98900d468fdfdba49.tar.bz2 volse-hubzilla-134dfb8804429ba68c613bb98900d468fdfdba49.zip |
Formatting
Diffstat (limited to 'include')
-rwxr-xr-x | include/items.php | 2 |
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); |