X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=debug.php;h=2466faa8585cfda18f1f181cdc4960f234b4ed4f;hp=492fe3654853b49f4263a68d133f4a1c7e6e8c4a;hb=deb4293fa309b70be72d66b394e7253c8ea7d351;hpb=84317e249885eb03a99f2946acf285ff27d506ac diff --git a/debug.php b/debug.php index 492fe36548..2466faa858 100644 --- a/debug.php +++ b/debug.php @@ -64,7 +64,7 @@ if ((isBooleanConstantAndTrue('mxchange_installed')) && (getTotalFatalErrors() = ); // Is the module there? Else we log it! - if (FILE_READABLE($INC)) { + if (INCLUDE_READABLE($INC)) { // Load the request module LOAD_INC($INC); } else {