X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fleaveform.php;h=5469b5704c0afcad57095b5b9bf52f38a786e6d6;hb=d3e47797485d671bd6f806cd0ba72f499e049a66;hp=e63d96ee8080148a183d855dce49c84344d86a39;hpb=df86aa721455fde537608d5faeaaf92075afb738;p=quix0rs-gnu-social.git diff --git a/lib/leaveform.php b/lib/leaveform.php index e63d96ee80..5469b5704c 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)); } /**