diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-22 21:23:12 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-22 21:23:12 -0500 |
commit | ad8fcf035ab92d8cd06179959000b9a1681b1505 (patch) | |
tree | 80f4e35b16c1c1a6d4c473983bc6cb62b9519494 /app/Core/Security/Role.php | |
parent | f27bcec2d92af83ee7205c84954cda9d7b2fc55d (diff) |
Add new API procedures for groups, roles and project permissions
Diffstat (limited to 'app/Core/Security/Role.php')
-rw-r--r-- | app/Core/Security/Role.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Core/Security/Role.php b/app/Core/Security/Role.php index 85d85743..cb45a8af 100644 --- a/app/Core/Security/Role.php +++ b/app/Core/Security/Role.php @@ -50,7 +50,7 @@ class Role } /** - * Get application roles + * Get role name * * @access public * @param string $role |