X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9a23a8c0a51b7ec38a96f525484134f3cb85dc7e..5305983d1ea26da9859eb1d4b54cb9a334c4ca6b:/WEB-INF/lib/form/FormElement.class.php 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