]> git.mxchange.org Git - mailer.git/blobdiff - inc/wrapper-functions.php
Fixes for installation phase, old lost call of FILTER_COMPILE_CONFIG() removed
[mailer.git] / inc / wrapper-functions.php
index 1e36678f6f863f53110d5a1863b03301c988b8fa..01accde60d52451f13fe0b5e0f8249e84eecfd1c 100644 (file)
@@ -400,6 +400,9 @@ function flushHeaders () {
        foreach ($GLOBALS['header'] as $header) {
                header($header);
        } // END - foreach
+
+       // Mark them as flushed
+       $GLOBALS['header'] = array();
 }
 
 // Wrapper function for chmod()