uppercase right constants

This commit is contained in:
Evan Prodromou 2009-11-07 19:16:15 -05:00
parent 31bbdacbf3
commit 589185ce87
1 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
class Right
{
const deleteOthersNotice = 'deleteothersnotice';
const DELETEOTHERSNOTICE = 'deleteothersnotice';
const CONFIGURESITE = 'configuresite';
}