]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/helper/class_InvalidFormNameException.php
Don't call the class' factory method directly, use ObjectFactory and
[core.git] / inc / classes / exceptions / helper / class_InvalidFormNameException.php
index 6167fd6396c42820b7a5e8bbaae02dcd91648926..5df285cc518708aae58bbe596afac28164dbc67c 100644 (file)
@@ -1,12 +1,12 @@
 <?php
 /**
- * An exception thrown when the form name is invalid (set to false)
+ * An exception thrown when the form name is invalid (set to FALSE)
  *
- * @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, 2010 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2013 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
@@ -31,7 +31,7 @@ class InvalidFormNameException extends FrameworkException {
         */
        public function __construct (BaseHelper $helperInstance, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Form name not set.",
+               $message = sprintf('[%s:%d] Form name not set.',
                        $helperInstance->__toString(),
                        $this->getLine()
                );