diff options
author | Evan Prodromou <evan@status.net> | 2009-11-07 19:16:15 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-11-07 19:16:15 -0500 |
commit | 589185ce872743c146285fca6980db087f96cd4a (patch) | |
tree | d4db17434ec2fcd10b148eb6d2e55daa350b8daa /lib/right.php | |
parent | 31bbdacbf330c28c5ebc900864ccd148ea1b23e0 (diff) |
uppercase right constants
Diffstat (limited to 'lib/right.php')
-rw-r--r-- | lib/right.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/right.php b/lib/right.php index 4e0096d46..4fc981af0 100644 --- a/lib/right.php +++ b/lib/right.php @@ -45,6 +45,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { class Right { - const deleteOthersNotice = 'deleteothersnotice'; + const DELETEOTHERSNOTICE = 'deleteothersnotice'; + const CONFIGURESITE = 'configuresite'; } |