X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fright.php;h=deb451fde90c96c5f9cf5b355b3bec11dbc43528;hb=d3e47797485d671bd6f806cd0ba72f499e049a66;hp=5e66eae0ed3da13e43d638eb6e33f9534ebb9043;hpb=bac2d80c919a78d5cafd57f712872a90cda04847;p=quix0rs-gnu-social.git diff --git a/lib/right.php b/lib/right.php index 5e66eae0ed..deb451fde9 100644 --- a/lib/right.php +++ b/lib/right.php @@ -57,5 +57,8 @@ class Right const EMAILONREPLY = 'emailonreply'; const EMAILONSUBSCRIBE = 'emailonsubscribe'; const EMAILONFAVE = 'emailonfave'; + const MAKEGROUPADMIN = 'makegroupadmin'; + const GRANTROLE = 'grantrole'; + const REVOKEROLE = 'revokerole'; }