]> git.mxchange.org Git - mailer.git/blobdiff - inc/handler.php
A lot rewrites from double-quote to single-quote, some fixes for extension handling...
[mailer.git] / inc / handler.php
index 7bba6be8918fbeb5d3870c4038a72e9563735c62..b9ab89405562ee58f9962f5921c31ec1e9586aaa 100644 (file)
@@ -56,7 +56,7 @@ function __errorHandler ($errno, $errstr, $errfile, $errline) {
        DEBUG_LOG(__FUNCTION__, __LINE__, "".$msg, true);
 
        // Output message to user and die
-       if (EXT_IS_ACTIVE("debug")) {
+       if (EXT_IS_ACTIVE('debug')) {
                // Debug extension found! So Output a small message
                app_die(__FUNCTION__, __LINE__, "Error message written to debug.log. Please try to call <a href=\"{!URL!}\">the main page</a> to continue.");
        } else {