summaryrefslogtreecommitdiff
path: root/classes/Profile_role.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Profile_role.php')
-rw-r--r--classes/Profile_role.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/Profile_role.php b/classes/Profile_role.php
index d0a0b31f0..e7aa1f0f0 100644
--- a/classes/Profile_role.php
+++ b/classes/Profile_role.php
@@ -53,6 +53,7 @@ class Profile_role extends Memcached_DataObject
const ADMINISTRATOR = 'administrator';
const SANDBOXED = 'sandboxed';
const SILENCED = 'silenced';
+ const DELETED = 'deleted'; // Pending final deletion of notices...
public static function isValid($role)
{