Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / filter / class_InvalidFilterChainException.php
index e45d1bf6e018b2eb6a653e3a91f32e06c19e8fbd..86a342d178aa331e241046ff056c97422da2e237 100644 (file)
@@ -31,7 +31,7 @@ class InvalidFilterChainException extends FrameworkException {
         */
        public function __construct (array $filterArray, $code) {
                // Construct the message
-               $message = sprintf("[%s:%d] Filter chain %s is not initialized.",
+               $message = sprintf('[%s:%d] Filter chain %s is not initialized.',
                        $filterArray[0]->__toString(),
                        $this->getLine(),
                        $filterArray[1]