aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-06-14 21:08:53 +0200
committerMax Kostikov <max@kostikov.co>2019-06-14 21:08:53 +0200
commitc9615cc19ccf09873fbc4c18438f110f81ac0864 (patch)
tree5237e3f7f9c3654adb931d09251508b3b990ea0b /Zotlabs
parent5315d8fe3f502be7e31a273c4d8006cea113f259 (diff)
downloadvolse-hubzilla-c9615cc19ccf09873fbc4c18438f110f81ac0864.tar.gz
volse-hubzilla-c9615cc19ccf09873fbc4c18438f110f81ac0864.tar.bz2
volse-hubzilla-c9615cc19ccf09873fbc4c18438f110f81ac0864.zip
Formatting
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Mail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Mail.php b/Zotlabs/Module/Mail.php
index c454a2331..4e4c18cae 100644
--- a/Zotlabs/Module/Mail.php
+++ b/Zotlabs/Module/Mail.php
@@ -25,7 +25,7 @@ class Mail extends \Zotlabs\Web\Controller {
$expires = ((x($_REQUEST,'expires')) ? datetime_convert(date_default_timezone_get(),'UTC', $_REQUEST['expires']) : NULL_DATE);
$raw = ((x($_REQUEST,'raw')) ? intval($_REQUEST['raw']) : 0);
$mimetype = ((x($_REQUEST,'mimetype')) ? notags(trim($_REQUEST['mimetype'])) : 'text/bbcode');
- $sig = ((x($_REQUEST,'signature')) ? trim($_REQUEST['signature']) : '');
+ $sig = ((x($_REQUEST,'signature')) ? trim($_REQUEST['signature']) : '');
if($preview) {