]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/ActionForm.class.php
Ongoing refactoring of form controls.
[timetracker.git] / WEB-INF / lib / form / ActionForm.class.php
index fa70e15ff1e292aaa8c8fcc68e6a1b935ccabe32..dcd3811cc3191fff3b65dfe03120f85b3159e9d8 100644 (file)
@@ -62,8 +62,8 @@ class ActionForm {
        }
 
     function setName($name) {
-               $this->mName = $name;
-               $this->mSessionCell = "formbean_".$this->mName;
+               $this->name = $name;
+               $this->mSessionCell = "formbean_".$this->name;
        }
     
     /**