Changed all true/false to TRUE/FALSE respectively as PHP constants are better than...
[core.git] / inc / classes / exceptions / helper / class_InvalidFormNameException.php
index 8d9c21ac380ab9089d19590c4dc01bb1694b9f1c..a12d1d87651d9dc54a14eea0b8b30de50e164376 100644 (file)
@@ -1,6 +1,6 @@
 <?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>
  * @version            0.0.0
@@ -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()
                );