Hi,
It seems that the function:
function fboauth_settings_form_valiate($form, &$form_state) {
}
has an error in its name and should be named fboauth_settings_form_validate for the form validation to be performed.
Hi,
It seems that the function:
function fboauth_settings_form_valiate($form, &$form_state) {
}
has an error in its name and should be named fboauth_settings_form_validate for the form validation to be performed.
Comments
Comment #1
quicksketch#1400022: Typo prevents validation of settings form