From: Evan Prodromou Date: Sun, 8 Nov 2009 00:16:15 +0000 (-0500) Subject: uppercase right constants X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=589185ce872743c146285fca6980db087f96cd4a;p=quix0rs-gnu-social.git uppercase right constants --- diff --git a/lib/right.php b/lib/right.php index 4e0096d46a..4fc981af04 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'; }