Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / main / class_ResponseHeadersAlreadySentException.php
index ae730dcc7a00eea49e4d719549fbb3f06919334c..b4fb9891eb81380d7dd8d378321ac5be798f231d 100644 (file)
@@ -31,7 +31,7 @@ class ResponseHeadersAlreadySentException extends FrameworkException {
         */
        public function __construct (FrameworkInterface $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Headers are already sent!",
+               $message = sprintf('[%s:%d] Headers are already sent.',
                        $class->__toString(),
                        $this->getLine()
                );