diff options
author | Brion Vibber <brion@pobox.com> | 2010-03-03 15:43:49 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-03-03 15:43:49 -0800 |
commit | 4a2511139eaafcbe93a2e720e0c6f170ecb00d77 (patch) | |
tree | 1b9abf6fcd9db6a4d785871352dd7eb20ae35b82 /lib/router.php | |
parent | 06db00d303bda500eec578b490c12d2bf389c853 (diff) |
Initial user role controls on profile pages, for owner to add/remove administrator and moderator options.
Buttons need to be themed.
Diffstat (limited to 'lib/router.php')
-rw-r--r-- | lib/router.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/router.php b/lib/router.php index 7e8e22a7d..15f88c959 100644 --- a/lib/router.php +++ b/lib/router.php @@ -98,6 +98,7 @@ class Router 'groupblock', 'groupunblock', 'sandbox', 'unsandbox', 'silence', 'unsilence', + 'grantrole', 'revokerole', 'repeat', 'deleteuser', 'geocode', |