From be3bf392777efb6c953064e095b5fe510bff1ca8 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Mon, 18 Apr 2011 16:33:13 +0200 Subject: API-Key bei Membership & BootOS über API fertig --- application/modules/user/controllers/RoleController.php | 1 + 1 file changed, 1 insertion(+) (limited to 'application/modules/user/controllers/RoleController.php') diff --git a/application/modules/user/controllers/RoleController.php b/application/modules/user/controllers/RoleController.php index 2c22031..bee6ecf 100644 --- a/application/modules/user/controllers/RoleController.php +++ b/application/modules/user/controllers/RoleController.php @@ -339,6 +339,7 @@ class User_RoleController extends Zend_Controller_Action $rightroles = new Application_Model_RightRoles(); $rightroles->setRightID($rightID); $rightroles->setRoleID($roleID); + try { $this->rightRolesMapper->save($rightroles); } catch(Zend_Exception $e) -- cgit v1.2.3-55-g7522