]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/ActionForm.class.php
Resumed refactoring forms, hopefully without breaking reports this time.
[timetracker.git] / WEB-INF / lib / form / ActionForm.class.php
index 03994dd565cd7b9f8230a85a9e4f1a741fff3c0f..be77649e5ab00e94042b417731614815c9ac9478 100644 (file)
@@ -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);
     }
 }
-