diff options
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()); |
