]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/FloatField.class.php
Further refactoring of the FormElement class.
[timetracker.git] / WEB-INF / lib / form / FloatField.class.php
index c4e9d9ef7f894a588c6cca3e4d0a18ae16468a1a..6bbfd64c38f687b4b650c151b245eb9660ca8236 100644 (file)
@@ -38,8 +38,7 @@ class FloatField extends TextField {
     $this->name = $name;
   }
 
-  function setLocalization($i18n) {
-    FormElement::setLocalization($i18n);
+  function localize($i18n) {
     global $user;
     $this->mDelimiter = $user->decimal_mark;
   }