summaryrefslogtreecommitdiffstats
path: root/application/modules/user/controllers
diff options
context:
space:
mode:
authorMichael Neves2012-01-26 18:13:23 +0100
committerMichael Neves2012-01-26 18:13:23 +0100
commitc96e527f975f070869a5aa4520e68e785f5e1d3e (patch)
treeaf80490b59e6b65302ad20950c614bc07c202dc8 /application/modules/user/controllers
parentPreboot add/edit fix (diff)
downloadpbs2-c96e527f975f070869a5aa4520e68e785f5e1d3e.tar.gz
pbs2-c96e527f975f070869a5aa4520e68e785f5e1d3e.tar.xz
pbs2-c96e527f975f070869a5aa4520e68e785f5e1d3e.zip
Preboot add/edit fix
Diffstat (limited to 'application/modules/user/controllers')
-rw-r--r--application/modules/user/controllers/PrebootController.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/application/modules/user/controllers/PrebootController.php b/application/modules/user/controllers/PrebootController.php
index f462b27..a22ae18 100644
--- a/application/modules/user/controllers/PrebootController.php
+++ b/application/modules/user/controllers/PrebootController.php
@@ -106,8 +106,6 @@ class User_PrebootController extends Zend_Controller_Action {
$preboottypeMapper = new Application_Model_PreBootTypeMapper();
$preboottype = $preboottypeMapper->fetchAll();
-
- print_a($preboottype);
if (!isset($_POST["createpreboot"])) {
$prebootForm = new user_Form_Preboot(array(
@@ -159,7 +157,7 @@ class User_PrebootController extends Zend_Controller_Action {
}
}
- // $this->view->prebootForm = $prebootForm;
+ $this->view->prebootForm = $prebootForm;
}
public function editprebootAction() {