]> git.mxchange.org Git - mailer.git/blobdiff - inc/inc-functions.php
Updated domain without a dash :(
[mailer.git] / inc / inc-functions.php
index eac39ded7fd62d8bec29d1ffdb67a147c33ac585..8dd5a2a06025f993f93be77058ae3779f2e968a6 100644 (file)
@@ -122,7 +122,7 @@ function loadInclude ($inc) {
                // Is the include file there?
                if (!isIncludeReadable($inc)) {
                        // Not there so log it
-                       reportBug(__FUNCTION__, __LINE__, sprintf("Include file %s not found or deprecated.", $inc));
+                       reportBug(__FUNCTION__, __LINE__, sprintf('Include file %s not found or deprecated.', $inc));
                } // END - if
 
                // Add the path. This is why we need a trailing slash in config.php