The invite_page function still starts out with this:
// collect post data
$edit = $_POST['edit'];
$op = $_POST['op'] ? $_POST['op'] : arg(1);
Someone needs to convert this to the forms API submit/execute model.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | invite.module_1.patch | 8.19 KB | eaton |
Comments
Comment #1
eaton commentedVoila.
Comment #2
robertdouglass commentedThanks! Now it just needs a confirm screen =)
I'll open a new issue for that, though.
Comment #3
(not verified) commented