summaryrefslogtreecommitdiff
path: root/lib/leaveform.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/leaveform.php')
-rw-r--r--lib/leaveform.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leaveform.php b/lib/leaveform.php
index e63d96ee8..5469b5704 100644
--- a/lib/leaveform.php
+++ b/lib/leaveform.php
@@ -100,7 +100,7 @@ class LeaveForm extends Form
function action()
{
return common_local_url('leavegroup',
- array('nickname' => $this->group->nickname));
+ array('id' => $this->group->id));
}
/**