]> git.mxchange.org Git - mailer.git/blobdiff - inc/inc-functions.php
Now CSS classes are being inserted by EL
[mailer.git] / inc / inc-functions.php
index d93731ab0dbc14ee3cc4eac0a4cfa70eb95bdd4e..989eb238d4fb910d572ab93a4b0c8eb02f77420a 100644 (file)
@@ -123,7 +123,7 @@ function loadInclude ($inc) {
                // Is the include file there?
                if (!isIncludeReadable($inc)) {
                        // Not there so log it
-                       debug_report_bug(sprintf("Include file %s not found.", $inc));
+                       debug_report_bug(__FUNCTION__, __LINE__, sprintf("Include file %s not found.", $inc));
                } // END - if
        } // END - if