Fix ID for leaveform

This commit is contained in:
Evan Prodromou 2009-01-21 09:05:49 -05:00
parent 534979d56a
commit 7be676a338
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class LeaveForm extends Form
function id()
{
return 'subscribe-' . $this->group->id;
return 'group-leave-' . $this->group->id;
}
/**