]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/wernis_functions.php
addslashes() did escape also single quotes (') which breaks some banner rotation...
[mailer.git] / inc / libs / wernis_functions.php
index 468a0db29c80989611c960d0a4fdfa32ac67c931..acc613dd53752f644234e40a95430f286543ba6c 100644 (file)
@@ -126,7 +126,7 @@ function WERNIS_SEND_REQUEST ($scriptName, $requestData =  array()) {
                // Something badly happened on server-side
                return array(
                        'status'  => 'request_problem',
-                       'message' => sprintf(getMessage('WERNIS_API_REQUEST_PROBLEM'), $response[0], htmlentities($responseLine))
+                       'message' => sprintf(getMessage('WERNIS_API_REQUEST_PROBLEM'), $response[0], secureString($responseLine))
                );
        } // END - if