From 589185ce872743c146285fca6980db087f96cd4a Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 7 Nov 2009 19:16:15 -0500 Subject: uppercase right constants --- lib/right.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'; } -- cgit v1.2.3-54-g00ecf