X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhtmlform%2FOOUIHTMLForm.php;h=49cbdee6e0f0036fde2530e488efaf1a5637aee7;hb=0cc987680fbac3eebcd89440f87f0a27a7dc7d74;hp=ba36888ca8c9773ba8ad1091f12249e4e55d0869;hpb=962529515d74517bd936bcb4546cecb5d28cdd91;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/OOUIHTMLForm.php b/includes/htmlform/OOUIHTMLForm.php index ba36888ca8..49cbdee6e0 100644 --- a/includes/htmlform/OOUIHTMLForm.php +++ b/includes/htmlform/OOUIHTMLForm.php @@ -145,7 +145,7 @@ class OOUIHTMLForm extends HTMLForm { [ 'class' => 'mw-htmlform-submit-buttons' ], "\n$buttons" ) . "\n"; } - protected function wrapFieldSetSection( $legend, $section, $attributes ) { + protected function wrapFieldSetSection( $legend, $section, $attributes, $isRoot ) { // to get a user visible effect, wrap the fieldset into a framed panel layout $layout = new OOUI\PanelLayout( [ 'expanded' => false,