]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fix conflict between URL parameter and POST parameter with groups
authorEvan Prodromou <evan@status.net>
Fri, 30 Sep 2011 15:48:00 +0000 (11:48 -0400)
committerEvan Prodromou <evan@status.net>
Fri, 30 Sep 2011 15:48:00 +0000 (11:48 -0400)
commit636455ad8239abbd571b72100190be7a29aa9769
treec7c33d4965f03b68923f007a382096b0d4538b3c
parent794dea48946d40885707f9b4f90b74568453f887
Fix conflict between URL parameter and POST parameter with groups

Group edit page is at /group/:nickname/edit. There's also a form
parameter named 'nickname'. The two were conflicting.

I changed the form parameter to 'newnickname' and it works.

I'm not sure how this ever worked before, though.
actions/editgroup.php
actions/newgroup.php
lib/groupeditform.php