oauth_common_form_authorization_delete is declared as

function oauth_common_form_authorization_delete($form, &$form_state, $user, $token) {

when it should be declared as

function oauth_common_form_authorization_delete($form_state, $user, $token) {

Comments

sun’s picture

Status: Active » Closed (won't fix)

No, in D7 all form constructors take $form and &$form_state as the first arguments.