]> git.mxchange.org Git - mailer.git/blobdiff - inc/http-functions.php
Renamed templates + added some filters for mail order
[mailer.git] / inc / http-functions.php
index 727211d59b834ca789d0d2b9023f52344dde1a7f..4fc66c95a5a94a4850f1af9106d3a284b9e34ace 100644 (file)
@@ -545,7 +545,7 @@ function unchunkHttpResponse ($response) {
        //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'isChunked=' . intval($isChunked));
        if ($isChunked === TRUE) {
                // Make sure, that body is an array
-               assert(is_array($body), 'body[]=' . gettype($body) . ' must be an array.');
+               assert(is_array($body));
 
                // Good, we still have the HTTP headers in there, so we need to get rid
                // of them temporarly