X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fwidget%2FUserInputWidget.php;h=d591ad13419d7eea7b8a4611a0b1a1614ba8b23f;hb=d6276525455e6a00fffc90229ef81a1fc8feaa25;hp=86c2bc3a5b9628e0398acee16be985d68d70d6a0;hpb=2f885ee6b797e5a176ce7b270b674a04b5945b06;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/widget/UserInputWidget.php b/includes/widget/UserInputWidget.php index 86c2bc3a5b..d591ad1341 100644 --- a/includes/widget/UserInputWidget.php +++ b/includes/widget/UserInputWidget.php @@ -17,7 +17,7 @@ class UserInputWidget extends \OOUI\TextInputWidget { */ public function __construct( array $config = [] ) { // Parent constructor - parent::__construct( array_merge( [ 'infusable' => true ], $config ) ); + parent::__construct( $config ); // Initialization $this->addClasses( [ 'mw-widget-userInputWidget' ] );