diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-21 09:05:49 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-21 09:05:49 -0500 |
commit | 7be676a338cae11c2890e0a51406d91c70dafd02 (patch) | |
tree | 0dd12c4c7ba5248ee43eea556a75bc154d14c141 | |
parent | 534979d56ae6d8dc063ed3a45f12b5ac2967176e (diff) |
Fix ID for leaveform
-rw-r--r-- | lib/leaveform.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leaveform.php b/lib/leaveform.php index f96b54662..696559a25 100644 --- a/lib/leaveform.php +++ b/lib/leaveform.php @@ -77,7 +77,7 @@ class LeaveForm extends Form function id() { - return 'subscribe-' . $this->group->id; + return 'group-leave-' . $this->group->id; } /** |