summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
Diffstat (limited to 'application')
-rw-r--r--application/modules/user/controllers/SessionController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/user/controllers/SessionController.php b/application/modules/user/controllers/SessionController.php
index 91b6dbd..b2fe874 100644
--- a/application/modules/user/controllers/SessionController.php
+++ b/application/modules/user/controllers/SessionController.php
@@ -44,9 +44,9 @@ class User_SessionController extends Zend_Controller_Action
$membershipMapper = new Application_Model_MembershipMapper();
$personMapper = new Application_Model_PersonMapper();
- $bootisos = $bootisoMapper->findBy(array('groupID',$this->membership->getGroupID()));
+ $bootisos = $bootisoMapper->findBy(array('groupID'=>$this->membership->getGroupID()));
foreach($bootisos as $bootiso){
- $sessions = $sessionMapper->findBy(array('bootisoID',$bootiso->getID()));
+ $sessions = $sessionMapper->findBy(array('bootisoID'=>$bootiso->getID()));
foreach($sessions as $session){
#echo $session->getBootosID();
if($session->getBootosID() != ''){