X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffooter.php;h=7d8b93402e5589a07d0a40919b020d305ccd16ca;hp=a9bf76f5fe27c321e43e32f1087a4b6effc94df1;hb=30ae22f62ae87c53a56baf0d134569ba91011111;hpb=29b786a66a86385b5c3060c68834f30b89407a6b diff --git a/inc/footer.php b/inc/footer.php index a9bf76f5fe..7d8b93402e 100644 --- a/inc/footer.php +++ b/inc/footer.php @@ -47,7 +47,7 @@ $GLOBALS['page_footer'] = ''; // Footer disabled or already sent? // 1234 5 54 45 5 5 543 3 321 -if ((((!isset($GLOBALS['footer_sent'])) || (($GLOBALS['footer_sent'] != 1) && ($GLOBALS['footer_sent'] != 2))) && (getOutputMode() != 1))) { +if ((((!isset($GLOBALS['footer_sent'])) || (($GLOBALS['footer_sent'] != 1) && ($GLOBALS['footer_sent'] != 2))) && (getScriptOutputMode() != 1))) { // Run the filter, sweet huh? runFilterChain('page_footer');