diff options
| author | Michael Neves | 2012-01-26 18:13:23 +0100 |
|---|---|---|
| committer | Michael Neves | 2012-01-26 18:13:23 +0100 |
| commit | c96e527f975f070869a5aa4520e68e785f5e1d3e (patch) | |
| tree | af80490b59e6b65302ad20950c614bc07c202dc8 /application/modules/user/forms/Preboot.php | |
| parent | Preboot add/edit fix (diff) | |
| download | pbs2-c96e527f975f070869a5aa4520e68e785f5e1d3e.tar.gz pbs2-c96e527f975f070869a5aa4520e68e785f5e1d3e.tar.xz pbs2-c96e527f975f070869a5aa4520e68e785f5e1d3e.zip | |
Preboot add/edit fix
Diffstat (limited to 'application/modules/user/forms/Preboot.php')
| -rw-r--r-- | application/modules/user/forms/Preboot.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/application/modules/user/forms/Preboot.php b/application/modules/user/forms/Preboot.php index cff3e26..40af4fc 100644 --- a/application/modules/user/forms/Preboot.php +++ b/application/modules/user/forms/Preboot.php @@ -21,7 +21,12 @@ class user_Form_Preboot extends Zend_Form { } public function setPage($p) { $this->page = $p; + } + public function setPreboottype($pt) { + $this->preboottype = $pt; } + + public function init() { $this->setName($this->action); |
