]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/helper/class_FormClosedException.php
Added new interfaces Handleable/-DataSet and ProtocolHandler (no content yet).
[core.git] / inc / classes / exceptions / helper / class_FormClosedException.php
index 9978e5e5a831582bb6328cb80355e953f7206088..40bdc34fe2af49a2f1c4eb492f79d235972eeae5 100644 (file)
@@ -3,11 +3,11 @@
  * An exception thrown when the form is still closed but input field shall be
  * added to it. This should normally not happen, but well, who knows?
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 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
@@ -32,7 +32,7 @@ class FormClosedException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Could not add form element <span class=\"exception_reason\">%s</span> because form is closed.",
+               $message = sprintf('[%s:%d] Could not add form element %s because form is closed.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]