]> git.mxchange.org Git - mailer.git/blobdiff - inc/functions.php
Does this fix the JS bug and header bug as well?
[mailer.git] / inc / functions.php
index c59093bd5004e57c7190a10929cc6e1c0099dc23..56d8a184117263c2e6c825eeaa467b27bc550bcb 100644 (file)
@@ -918,6 +918,12 @@ function LOAD_URL($URL, $addUrlData=true) {
        // Compile out URI codes
        $URL = COMPILE_CODE($URL);
 
+       // Get output buffer
+       $OUTPUT = ob_get_contents();
+
+       // Clear it
+       ob_end_clean();
+
        // Add some data to URL if cookies are not accepted
        if (((!defined('__COOKIES')) || (!__COOKIES)) && ($addUrlData)) $URL = ADD_URL_DATA($URL);