]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/wernis_functions.php
A lot texts rewritten and exclamation signs removed
[mailer.git] / inc / libs / wernis_functions.php
index 4d86960d3ca9bd12bbc2030d05b6bb1c44c8548d..b1ea78fb9f8d6ead9853a7c54cfa2b69529c9597 100644 (file)
@@ -143,7 +143,7 @@ function WERNIS_SEND_REQUEST ($scriptName, $requestData =  array()) {
        if ($data[0] === 'error') {
                // The request has failed... :(
                switch ($data[1]) {
-                       case '404': // Invalid API ID
+                       case '404': // Invalid API id
                        case 'AUTH': // Authorization has failed
                                $return = array(
                                        'status'  => 'auth_failed',