query filter was a bit greedy

This commit is contained in:
zotlabs
2018-07-18 17:48:23 -07:00
parent 5ce50d0a2e
commit a05c8ff66b
3 changed files with 3 additions and 3 deletions

View File

@@ -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);