X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2Fform%2FSubmit.class.php;h=facfffc811a05245b46724c12482da02dbe40453;hb=a07b6f8bccda226991ced6fe25f1c9c508e423e5;hp=2c65035e4130569b862f77d9cb0fbcb9c1e52c23;hpb=90ff65cf45284f90b1c4e09fe575319b320f56ac;p=timetracker.git diff --git a/WEB-INF/lib/form/Submit.class.php b/WEB-INF/lib/form/Submit.class.php index 2c65035e..facfffc8 100644 --- a/WEB-INF/lib/form/Submit.class.php +++ b/WEB-INF/lib/form/Submit.class.php @@ -31,7 +31,7 @@ import('form.FormElement'); class Submit extends FormElement { var $cClassName = "Submit"; - function Submit($name,$value="") + function __construct($name,$value="") { $this->mName = $name; $this->mValue = $value;