@@ -31,7 +31,9 @@ |
||
31 | 31 | } else if (!Permission::check('ACCESS_USER_INVITATIONS')){ |
32 | 32 | return Security::permissionFailure(); |
33 | 33 | |
34 | - } else return $this->renderWith(array('UserController', 'Page')); |
|
34 | + } else { |
|
35 | + return $this->renderWith(array('UserController', 'Page')); |
|
36 | + } |
|
35 | 37 | } |
36 | 38 | |
37 | 39 | public function InvitationForm() |