Footer is back on in installation phase, fix for strange error message from header()
[mailer.git] / inc / wrapper-functions.php
index 3b3b9b29275d1e92a89b551497c09573c01892ce..54ffb3db3a964ee5b116b7c122be951864ac4272 100644 (file)
@@ -378,7 +378,7 @@ function sendHeader ($header) {
        } // END - if
 
        // Send the header
-       header($header);
+       header(trim($header));
 }
 
 // Wrapper function for chmod()