X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Frequest-functions.php;h=a3ff1de26a65fb576a319bacad583deedebbcabe;hb=b0693e1b6ee1f65dcb09dae6960dc3abe35c75e4;hp=5afd40c3dfed634e578d6b7437aeebfff6fcec74;hpb=013448f0470ca36ab15b888928e2127e6da7d9b6;p=mailer.git diff --git a/inc/request-functions.php b/inc/request-functions.php index 5afd40c3df..a3ff1de26a 100644 --- a/inc/request-functions.php +++ b/inc/request-functions.php @@ -167,7 +167,7 @@ function postRequestArray () { } // Setter for whole $_POST array -function setPostRequestArray (array $postData) { +function setPostRequestArray ($postData) { $GLOBALS['raw_request']['post'] = $postData; }