]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/main/class_MissingArrayElementsException.php
Updated copyright:
[core.git] / inc / classes / exceptions / main / class_MissingArrayElementsException.php
index 918737b10a4ab8d0ba8acdf9e55863ead35db19d..22ab7be156c0dd31308ed90f301371d9b5ec8099 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An exception thrown when required array elements are missing
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * 
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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],