]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
uppercase right constants
authorEvan Prodromou <evan@status.net>
Sun, 8 Nov 2009 00:16:15 +0000 (19:16 -0500)
committerEvan Prodromou <evan@status.net>
Sun, 8 Nov 2009 00:16:15 +0000 (19:16 -0500)
lib/right.php

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