X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Frequest-functions.php;h=a3ff1de26a65fb576a319bacad583deedebbcabe;hb=405163384b73ec7c74acb7eae4ead7cb110c45f6;hp=5afd40c3dfed634e578d6b7437aeebfff6fcec74;hpb=279398ca111c60a39457928839ade0614a7821b3;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; }