This commit is contained in:
parent
edf64453f7
commit
06e39b626b
|
@ -189,14 +189,14 @@ class SpecialContact extends UnlistedSpecialPage {
|
|||
];
|
||||
}
|
||||
|
||||
if ( $this->useCaptcha() ) {
|
||||
$formItems['Captcha'] = [
|
||||
'label-message' => 'captcha-label',
|
||||
'type' => 'info',
|
||||
'default' => $this->getCaptcha(),
|
||||
'raw' => true,
|
||||
];
|
||||
}
|
||||
// if ( $this->useCaptcha() ) {
|
||||
// $formItems['Captcha'] = [
|
||||
// 'label-message' => 'captcha-label',
|
||||
// 'type' => 'info',
|
||||
// 'default' => $this->getCaptcha(),
|
||||
// 'raw' => true,
|
||||
// ];
|
||||
// }
|
||||
|
||||
$form = HTMLForm::factory( 'ooui',
|
||||
$formItems, $this->getContext(), "contactpage-{$this->formType}"
|
||||
|
|
Loading…
Reference in New Issue