forked from GNUsocial/gnu-social
Event cache clearing bug
This commit is contained in:
@@ -401,7 +401,7 @@ class RSVP extends Managed_DataObject
|
||||
|
||||
function delete($useWhere=false)
|
||||
{
|
||||
self::blow('rsvp:for-event:%s', $event->id);
|
||||
self::blow('rsvp:for-event:%s', $this->id);
|
||||
return parent::delete($useWhere);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user