You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the current github version of Hot Question with debugging set to developer, line 86 of mod_form.php causes a setType error. It can be fixed by adding: $mform->setType('id', PARAM_INT); on line 87.
The text was updated successfully, but these errors were encountered:
When using the current github version of Hot Question with debugging set to developer, line 86 of mod_form.php causes a setType error. It can be fixed by adding: $mform->setType('id', PARAM_INT); on line 87.
The text was updated successfully, but these errors were encountered: