]> git.mxchange.org Git - mailer.git/blobdiff - inc/inc-functions.php
getArrayFromDirectory() does now exclude files with size below 50 Bytes which always...
[mailer.git] / inc / inc-functions.php
index ece36ddfa9c31c2e05614f64cd10d55c0f5e08ec..8d3a036efeb95760e53291464c958f3c96196fe6 100644 (file)
@@ -121,7 +121,7 @@ function loadInclude ($inc) {
                // Is the include file there?
                if (!isIncludeReadable($inc)) {
                        // Not there so log it
-                       debug_report_bug(__FUNCTION__, __LINE__, sprintf("Include file %s not found.", $inc));
+                       debug_report_bug(__FUNCTION__, __LINE__, sprintf("Include file %s not found or deprecated.", $inc));
                } // END - if
        } // END - if