Fixed  RC3 Question and Answer options disappeared

Empty here, too, although I never used it, so I'm not sure if there was anything there previously.
 
In library/XenForo/ControllerAdmin/CaptchaQuestion.php, change:
Code:
		return $this->responseView('XenForo_ViewAdmin_CaptchaQuestion_Index', 'captcha_question_index', $viewParams);
to:
Code:
		return $this->responseView('XenForo_ViewAdmin_CaptchaQuestion_List', 'captcha_question_list', $viewParams);
(I updated the download for this, as it makes setting up the Q&A a problem without it.)
 
Top Bottom