X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a07b6f8bccda226991ced6fe25f1c9c508e423e5..466c7825f8313f5e3a11c63383537c8bb302a932:/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 c576451c..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; }