]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Module/Magic.php
authorPascal <38765483+abanink@users.noreply.github.com>
Fri, 5 May 2023 13:58:25 +0000 (15:58 +0200)
committerGitHub <noreply@github.com>
Fri, 5 May 2023 13:58:25 +0000 (15:58 +0200)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Module/Magic.php

index 8c9ba6de67944928b39cdb6b8b6ff317ed4aaed0..639d0810dc33d6a9dcd7340db612cf64b69ae91d 100644 (file)
@@ -69,10 +69,10 @@ class Magic extends BaseModule
 
                $this->logger->debug('args', ['request' => $_REQUEST]);
 
-               $addr = $_REQUEST['addr'] ?? '';
-               $dest = $_REQUEST['dest'] ?? '';
-               $bdest = $_REQUEST['bdest'] ?? '';
-               $owa  = (!empty($_REQUEST['owa'])  ? intval($_REQUEST['owa'])  : 0);
+               $addr  = $request['addr'] ?? '';
+               $dest  = $request['dest'] ?? '';
+               $bdest = $request['bdest'] ?? '';
+               $owa   = intval($request['owa'] ?? 0);
                $cid  = 0;
 
                 // bdest is preferred as it is hex-encoded and can survive url rewrite and argument parsing