summaryrefslogtreecommitdiffstats
path: root/application/modules/user/forms/Preboot.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/forms/Preboot.php')
-rw-r--r--application/modules/user/forms/Preboot.php5
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);