X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffunctions.php;h=cfbd66538429ce16230912500ad6b680bf9f6607;hp=bf8b9b907b8d54041be49c64ff27013248d58243;hb=37b921016ad1685c0938cff9d7069fb8e8b3f0cf;hpb=e3706a5dff0298ad8d4f9006e195537a0f47c438 diff --git a/inc/functions.php b/inc/functions.php index bf8b9b907b..cfbd665384 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -1755,6 +1755,7 @@ function POST_URL ($script, $postData) { // Is postData an array? if (!is_array($postData)) { // Abort here + DEBUG_LOG(__FILE__, __LINE__, sprintf("postData is not an array. Type: %s", gettype($postData))); return array("", "", ""); } // END - if