diff options
author | Zach Copley <zach@status.net> | 2010-02-25 13:40:14 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-02-25 13:40:14 -0800 |
commit | bac959ad46e6e04bce8c29f8a24e198e62bf5616 (patch) | |
tree | 3ac6ddfe248b68526c56ff8110a5c2ab5ec55d90 /lib/joinform.php | |
parent | e61edb55d9c92c0c93de3a591928f4760b6cea16 (diff) | |
parent | 8278eca7ffe5d8c3e05fead042754640b8169411 (diff) |
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing
* 'testing' of gitorious.org:statusnet/mainline:
Not sure how this ended up in wrong-cased dir...
OStatus: fix remote groups to work with new user_groups/local_groups split.
Conflicts:
classes/User_group.php
Diffstat (limited to 'lib/joinform.php')
-rw-r--r-- | lib/joinform.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/joinform.php b/lib/joinform.php index aefb553aa..aa8bc20e2 100644 --- a/lib/joinform.php +++ b/lib/joinform.php @@ -100,7 +100,7 @@ class JoinForm extends Form function action() { return common_local_url('joingroup', - array('nickname' => $this->group->nickname)); + array('id' => $this->group->id)); } /** |