summaryrefslogtreecommitdiffstats
path: root/application/controllers/ResourceController.php
diff options
context:
space:
mode:
authormichael pereira2011-07-11 14:57:22 +0200
committermichael pereira2011-07-11 14:57:22 +0200
commite88bb8deb511f98b8bab168911d759775e3658c5 (patch)
tree8e43f4fca95ac16635890a699bb27b4d17b41c22 /application/controllers/ResourceController.php
parenturiload test (diff)
downloadpbs2-e88bb8deb511f98b8bab168911d759775e3658c5.tar.gz
pbs2-e88bb8deb511f98b8bab168911d759775e3658c5.tar.xz
pbs2-e88bb8deb511f98b8bab168911d759775e3658c5.zip
uriload test
Diffstat (limited to 'application/controllers/ResourceController.php')
-rw-r--r--application/controllers/ResourceController.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/application/controllers/ResourceController.php b/application/controllers/ResourceController.php
index b828668..6b35050 100644
--- a/application/controllers/ResourceController.php
+++ b/application/controllers/ResourceController.php
@@ -483,17 +483,17 @@ class ResourceController extends Zend_Controller_Action
public function getkernelAction()
{
- $bootmenuntryID = $this->_request->getParam('bme');
-
- $bootmenuentriesMapper = new Application_Model_BootMenuEntriesMapper();
- $bootmenuentry = new Application_Model_BootMenuEntries();
- $bootmenuentriesMapper->find($bootmenuntryID,$bootmenuentry);
-
- $sessionMapper = new Application_Model_SessionMapper();
-
- $this->thisSession->setBootmenuentryID($bootmenuntryID);
- $this->thisSession->setBootosID($bootmenuentry->getBootosID());
- $sessionMapper->save($this->thisSession);
+// $bootmenuntryID = $this->_request->getParam('bme');
+//
+// $bootmenuentriesMapper = new Application_Model_BootMenuEntriesMapper();
+// $bootmenuentry = new Application_Model_BootMenuEntries();
+// $bootmenuentriesMapper->find($bootmenuntryID,$bootmenuentry);
+//
+// $sessionMapper = new Application_Model_SessionMapper();
+//
+// $this->thisSession->setBootmenuentryID($bootmenuntryID);
+// $this->thisSession->setBootosID($bootmenuentry->getBootosID());
+// $sessionMapper->save($this->thisSession);
$bootosID = $this->thisSession->getBootosID();