Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / result / class_ResultUpdateException.php
index dd49517cc784babd86019c56ae1b578dbbb8fcc7..c9c8a8f52550497afe52890177feb80b1898af57 100644 (file)
@@ -31,7 +31,7 @@ class ResultUpdateException extends FrameworkException {
         */
        public function __construct (UpdateableResult $resultInstance, $code) {
                // Construct the message
-               $message = sprintf("[%s:%d] Update of result instance has nothing changed.",
+               $message = sprintf('[%s:%d] Update of result instance has nothing changed.',
                        $resultInstance->__toString(),
                        $this->getLine()
                );