aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-07-18 17:48:23 -0700
committerMario <mario@mariovavti.com>2018-07-19 09:21:14 +0200
commit67848c03edf02b8a6d3c2010f08d50d823685e27 (patch)
tree6caf1c061d2aa3683ca4c4533be4bb0928769f8c /Zotlabs
parent685d05f98be3cbe991a9427a9fe522c383ad56cd (diff)
downloadvolse-hubzilla-67848c03edf02b8a6d3c2010f08d50d823685e27.tar.gz
volse-hubzilla-67848c03edf02b8a6d3c2010f08d50d823685e27.tar.bz2
volse-hubzilla-67848c03edf02b8a6d3c2010f08d50d823685e27.zip
query filter was a bit greedy
(cherry picked from commit a05c8ff66bd8d09f69f6c59bc49b7627792f4109)
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Magic.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Module/Magic.php b/Zotlabs/Module/Magic.php
index e034f1cdf..be6866592 100644
--- a/Zotlabs/Module/Magic.php
+++ b/Zotlabs/Module/Magic.php
@@ -21,7 +21,6 @@ class Magic extends \Zotlabs\Web\Controller {
$owa = ((x($_REQUEST,'owa')) ? intval($_REQUEST['owa']) : 0);
$delegate = ((x($_REQUEST,'delegate')) ? $_REQUEST['delegate'] : '');
-
if($bdest)
$dest = hex2bin($bdest);