]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/template/mail/class_MailTemplateEngine.php
Changed all true/false to TRUE/FALSE respectively as PHP constants are better than...
[core.git] / inc / classes / main / template / mail / class_MailTemplateEngine.php
index 308b266782c708bd99024cbc11708c9c2fc50d94..7615a56710b8ceca43424b4e6189940bf515f830 100644 (file)
@@ -214,7 +214,7 @@ class MailTemplateEngine extends BaseTemplateEngine implements CompileableTempla
                // Is this string empty?
                if (empty($characters)) {
                        // Then skip it silently
-                       return false;
+                       return;
                } // END - if
 
                // Add the message now