Fix for fix
[mailer.git] / inc / functions.php
index 9e185ab1b51e0fd9b19663aaf5f5f43d39d56560..14630ab3b4f7b65fbe13eecabe7ced0c572066ee 100644 (file)
@@ -3972,7 +3972,7 @@ function addPageHeaderFooter () {
        // Add them all together. This is maybe to simple
        foreach (array('page_header', 'output', 'page_footer') as $pagePart) {
                // Add page part if set
-               if (isset($GLOBALS[$pagePart]])) $OUT .= $GLOBALS[$pagePart];
+               if (isset($GLOBALS[$pagePart])) $OUT .= $GLOBALS[$pagePart];
        } // END - foreach
 
        // Transfer $OUT to 'output'