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