Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / main / class_UnsupportedOperationException.php
index a971ee8227fa124cca54856dabf082739efe4f4e..0519dfdebbcfd779a1b947b4cfc69adcf8c4e7a8 100644 (file)
@@ -41,7 +41,7 @@ class UnsupportedOperationException extends FrameworkException {
                } // END - if
 
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Method <u>%s()</u> is unsupported or should not be called. extraInstance=%s",
+               $message = sprintf('[%s:%d] Method <u>%s()</u> is unsupported or should not be called. extraInstance=%s',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1],