summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Neves2012-01-26 18:11:26 +0100
committerMichael Neves2012-01-26 18:11:26 +0100
commitac43e9a749bda81e70be3f3cd606bcbcd25b8bf2 (patch)
tree8100e0439afded6ac46ac982206a4011370ae7ca
parentPreboot add/edit (diff)
downloadpbs2-ac43e9a749bda81e70be3f3cd606bcbcd25b8bf2.tar.gz
pbs2-ac43e9a749bda81e70be3f3cd606bcbcd25b8bf2.tar.xz
pbs2-ac43e9a749bda81e70be3f3cd606bcbcd25b8bf2.zip
Preboot add/edit fix
-rw-r--r--application/modules/user/controllers/PrebootController.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/application/modules/user/controllers/PrebootController.php b/application/modules/user/controllers/PrebootController.php
index a22ae18..f462b27 100644
--- a/application/modules/user/controllers/PrebootController.php
+++ b/application/modules/user/controllers/PrebootController.php
@@ -106,6 +106,8 @@ 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(
@@ -157,7 +159,7 @@ class User_PrebootController extends Zend_Controller_Action {
}
}
- $this->view->prebootForm = $prebootForm;
+ // $this->view->prebootForm = $prebootForm;
}
public function editprebootAction() {