Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / filter / class_FilterChainException.php
index 6497d1b4aca0d216de8084d4d3fde553aa36f13a..db1c8af2aad0709fe13aae495c0123e663292a64 100644 (file)
@@ -31,7 +31,7 @@ class FilterChainException extends FrameworkException {
         */
        public function __construct (Filterable $filterInstance, $code) {
                // Construct the message
-               $message = sprintf("[%s:%d] Filter chain interruppted by fatal error in filter.",
+               $message = sprintf('[%s:%d] Filter chain interruppted by fatal error in filter.',
                        $filterInstance->__toString(),
                        $this->getLine()
                );