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.

CommentFileSizeAuthor
#1 invite.module_1.patch8.19 KBeaton

Comments

eaton’s picture

Status: Active » Needs review
StatusFileSize
new8.19 KB

Voila.

robertdouglass’s picture

Status: Needs review » Fixed

Thanks! Now it just needs a confirm screen =)

I'll open a new issue for that, though.

Anonymous’s picture

Status: Fixed » Closed (fixed)