Logic to have group joins turn into pending joins automatically when group is set to mod; allow users to cancel their pending group requests.
This commit is contained in:
@@ -18,6 +18,10 @@ class Group_join_queue extends Managed_DataObject
|
||||
function staticGet($k,$v=null)
|
||||
{ return Memcached_DataObject::staticGet('Group_join_queue',$k,$v); }
|
||||
|
||||
/* Pkey get */
|
||||
function pkeyGet($k)
|
||||
{ return Memcached_DataObject::pkeyGet('Group_join_queue',$k); }
|
||||
|
||||
/* the code above is auto generated do not remove the tag below */
|
||||
###END_AUTOCODE
|
||||
|
||||
|
Reference in New Issue
Block a user