diff options
author | Evan Prodromou <evan@status.net> | 2009-11-16 14:28:55 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-11-16 14:28:55 -0500 |
commit | d59af0296070cd868855564a0280e4be2c16410d (patch) | |
tree | 664f3f1030c0ac8770bbbca71252acabaa43b3dc /lib/right.php | |
parent | 05ff8925bf2d115bf2c249d6901f7f67b7ac7ba8 (diff) |
disallow email on faves from sandboxed users
Diffstat (limited to 'lib/right.php')
-rw-r--r-- | lib/right.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/right.php b/lib/right.php index 90ca75fd5..5e66eae0e 100644 --- a/lib/right.php +++ b/lib/right.php @@ -56,5 +56,6 @@ class Right const SUBSCRIBE = 'subscribe'; const EMAILONREPLY = 'emailonreply'; const EMAILONSUBSCRIBE = 'emailonsubscribe'; + const EMAILONFAVE = 'emailonfave'; } |