]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/helper/class_FormOpenedException.php
This is more flexible so better take it.
[core.git] / inc / classes / exceptions / helper / class_FormOpenedException.php
index e9fc1139dae7f110545b1abc981efac82364a84b..a0986ab6de936df5d07bdf5a34626c22cd2aaebe 100644 (file)
@@ -3,11 +3,11 @@
  * An exception thrown when the form is still opened but we e.g. shall flush
  * the content.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007 - 2009 Roland Haeder, this is free software
+ * @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
@@ -32,7 +32,7 @@ class FormOpenedException extends FrameworkException {
         */
        public function __construct (BaseHelper $helperInstance, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Form is not yet closed. Close it with method <u>%s::addFormTag()</u> and add no parameters.",
+               $message = sprintf('[%s:%d] Form is not yet closed. Close it with method <u>%s::addFormTag()</u> and add no parameters.',
                        $helperInstance->__toString(),
                        $this->getLine(),
                        $helperInstance->__toString()