X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a7ba11adfecf6cb906749efe5abce688363aef07..4f4df95a604a5c11fe7ba793b18f025b13ef1fb6:/WEB-INF/lib/form/ActionForm.class.php diff --git a/WEB-INF/lib/form/ActionForm.class.php b/WEB-INF/lib/form/ActionForm.class.php index 03994dd5..be77649e 100644 --- a/WEB-INF/lib/form/ActionForm.class.php +++ b/WEB-INF/lib/form/ActionForm.class.php @@ -36,7 +36,7 @@ class ActionForm { var $mForm = null; var $mInitForm = false; - function ActionForm($name, &$form, $request=null) { + function __construct($name, &$form, $request=null) { $this->setName($name); $form->setRequest($request); $this->setForm($form); @@ -222,4 +222,3 @@ class ActionForm { return (isset($_SESSION[$this->mSessionCell . "session_store_elements"]) ? true : false); } } -