X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2Fform%2FFormElement.class.php;h=bc41016f3c4e3f4606228a95db3aff991a13d68f;hb=06d053703b7c0ed744e93de417119cfa2a6a86e2;hp=9e27392415f0a4ce50ae90f3b71f5d0376f5853f;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/lib/form/FormElement.class.php b/WEB-INF/lib/form/FormElement.class.php index 9e273924..bc41016f 100644 --- a/WEB-INF/lib/form/FormElement.class.php +++ b/WEB-INF/lib/form/FormElement.class.php @@ -48,7 +48,7 @@ class FormElement { var $cClassName = "FormElement"; var $mI18n = null; - function FormElement() { + function __construct() { } function getClass() { return $this->cClassName; } @@ -118,4 +118,3 @@ class FormElement { } } -?> \ No newline at end of file