X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fwidget%2FTitleInputWidget.php;h=da2e94bba34084cbd77ea04265388331608e2e41;hb=7737353a9f92b700bfbd435d997b1872ffdb144d;hp=886afa6fee1c87c318b1bfa26bb14808521447b6;hpb=f9d7d3b8561dab3ddfd8798a77a5b72e03ac8c2b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/widget/TitleInputWidget.php b/includes/widget/TitleInputWidget.php index 886afa6fee..da2e94bba3 100644 --- a/includes/widget/TitleInputWidget.php +++ b/includes/widget/TitleInputWidget.php @@ -32,7 +32,7 @@ class TitleInputWidget extends \OOUI\TextInputWidget { public function __construct( array $config = [] ) { // Parent constructor parent::__construct( - array_merge( [ 'infusable' => true, 'maxLength' => 255 ], $config ) + array_merge( [ 'maxLength' => 255 ], $config ) ); // Properties, which are ignored in PHP and just shipped back to JS