From c96e527f975f070869a5aa4520e68e785f5e1d3e Mon Sep 17 00:00:00 2001 From: Michael Neves Date: Thu, 26 Jan 2012 18:13:23 +0100 Subject: Preboot add/edit fix --- application/modules/user/forms/Preboot.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'application/modules/user/forms/Preboot.php') 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); -- cgit v1.2.3-55-g7522