]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/FloatField.class.php
Ongoing refactoring of form controls.
[timetracker.git] / WEB-INF / lib / form / FloatField.class.php
index 9cd38bfd8779860d3eba052fcd09bf2a260ab84b..298e09bbe02799936544315f9df40b203b23376b 100644 (file)
@@ -35,7 +35,7 @@ class FloatField extends TextField {
   var $cClassName = 'FloatField';
 
   function __construct($name) {
-    $this->mName = $name;
+    $this->name = $name;
   }
 
   function setLocalization($i18n) {