]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/template/bootstrap/class_XmlDhtBootstrapTemplateEngine.php
Changed all true/false to TRUE/FALSE respectively as PHP constants are better than...
[hub.git] / application / hub / main / template / bootstrap / class_XmlDhtBootstrapTemplateEngine.php
index fd1606333ef11704c60b230932e1e461a607469c..812e99d2d54d19450ba3c5c3751adab1c07a0e2b 100644 (file)
@@ -92,7 +92,7 @@ class XmlDhtBootstrapTemplateEngine extends BaseXmlTemplateEngine implements Com
                // Is this string empty?
                if (empty($characters)) {
                        // Then skip it silently
-                       return false;
+                       return;
                } // END - if
 
                /*