]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/right.php
uppercase right constants
[quix0rs-gnu-social.git] / 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';
 }