]> git.mxchange.org Git - mailer.git/blobdiff - inc/template-functions.php
Opps, old variable here
[mailer.git] / inc / template-functions.php
index 9d8412562c1ec72d02d08e28957a32ab5531a8ae..73bf31ae009e71fa23b505936d955bfd040e798f 100644 (file)
@@ -305,7 +305,7 @@ function loadTemplate ($template, $return = FALSE, $content = array(), $compileC
        }
 
        // Init returned content
-       $ret = '';
+       $templateContent = '';
 
        // Set current template
        $GLOBALS['current_template'] = $template;