]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/ActionForm.class.php
Getting rid of PHP Deprecated warnings.
[timetracker.git] / WEB-INF / lib / form / ActionForm.class.php
index 03994dd565cd7b9f8230a85a9e4f1a741fff3c0f..739cc3aa016bce6be2959a61eb052305530302a6 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);