diff options
| author | michael pereira | 2011-04-18 16:33:13 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-18 16:33:13 +0200 |
| commit | be3bf392777efb6c953064e095b5fe510bff1ca8 (patch) | |
| tree | d05ed80b1d25ce33b4bdf8d2c21a105e99b133b7 /application/modules/user/controllers/RoleController.php | |
| parent | Public Level -1 (nicht freigeschaltet) bei Bootiso und Bootos (diff) | |
| download | pbs2-be3bf392777efb6c953064e095b5fe510bff1ca8.tar.gz pbs2-be3bf392777efb6c953064e095b5fe510bff1ca8.tar.xz pbs2-be3bf392777efb6c953064e095b5fe510bff1ca8.zip | |
API-Key bei Membership & BootOS über API fertig
Diffstat (limited to 'application/modules/user/controllers/RoleController.php')
| -rw-r--r-- | application/modules/user/controllers/RoleController.php | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
