]> git.mxchange.org Git - mailer.git/blobdiff - debug.php
New naming convention applied to many functions, see #118 for details
[mailer.git] / debug.php
index 39248d2dfdef003bf8f0dd1367fddaf8598d5973..654823a20c2fadaffccad19b1deaf06ab6ddbf96 100644 (file)
--- a/debug.php
+++ b/debug.php
@@ -69,9 +69,9 @@ if ((isInstalled()) && (getTotalFatalErrors() == 0)) {
                        );
 
                        // Is the module there? Else we log it!
-                       if (INCLUDE_READABLE($INC)) {
+                       if (isIncludeReadable($INC)) {
                                // Load the request module
-                               LOAD_INC($INC);
+                               loadInclude($INC);
                        } else {
                                // Missing request file, may happen while development
                                DEBUG_ABUSE_LOG(__FILE__, __LINE__, 'request_404', REQUEST_POST('request'));