Commit afb884b7 by Scott

Fix PHP 8.0 error with CAPTCHA

Fixes #888
parent 9fdfcd45
......@@ -76,6 +76,8 @@ if (qa_user_permit_error()) {
// Process submitted form
$errors = array();
if (qa_clicked('doregister')) {
require_once QA_INCLUDE_DIR . 'app/limits.php';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment