diff options
| author | michael pereira | 2011-03-08 20:57:39 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-08 20:57:39 +0100 |
| commit | 8f5309d8b3764d463f2a1c5da34eeb59261c2260 (patch) | |
| tree | 4c9aceb27e40075316ef1124de2071e40e01e404 /application/controllers/BootosController.php | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-8f5309d8b3764d463f2a1c5da34eeb59261c2260.tar.gz pbs2-8f5309d8b3764d463f2a1c5da34eeb59261c2260.tar.xz pbs2-8f5309d8b3764d463f2a1c5da34eeb59261c2260.zip | |
BootMenu Order fertig
Diffstat (limited to 'application/controllers/BootosController.php')
| -rw-r--r-- | application/controllers/BootosController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/BootosController.php b/application/controllers/BootosController.php index 358204b..a644a5c 100644 --- a/application/controllers/BootosController.php +++ b/application/controllers/BootosController.php @@ -57,7 +57,7 @@ class BootosController extends Zend_Controller_Action } else { $bootos = new Application_Model_BootOs(); $bootosmapper = new Application_Model_BootOsMapper(); - $bootosmapper->find($bootosID, $bootos); + $bootos = $bootosmapper->find($bootosID); $editbootosForm = new Application_Form_BootosEdit(); $editbootosForm->populate($bootos->toArray()); |
