]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/main/class_MissingArrayElementsException.php
Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / main / class_MissingArrayElementsException.php
index d8773b0a6168a8b8610cd0eaadca81850f6c1792..cb0b90927a7b3e423fcf1ee8cd354da8a8125b06 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  * 
@@ -41,7 +41,7 @@ class MissingArrayElementsException extends FrameworkException {
                }
 
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Array <u>%s()</u> Does not have these elements: <span class=\"exception_reason\">%s</span>",
+               $message = sprintf('[%s:%d] Array <u>%s()</u> Does not have these elements: %s',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1],