X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fwidget%2FComplexTitleInputWidget.php;h=a9e80425e5f725cc993e040afa256e20b298c3fa;hb=764655b2246c38b4ddafae39e1472366c4dc8f74;hp=ee769da1fed59fe56f52caef015350ec048d1396;hpb=2a1fcd27c19913394c179cbe8be1a9e981d7f81b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/widget/ComplexTitleInputWidget.php b/includes/widget/ComplexTitleInputWidget.php index ee769da1fe..a9e80425e5 100644 --- a/includes/widget/ComplexTitleInputWidget.php +++ b/includes/widget/ComplexTitleInputWidget.php @@ -42,9 +42,6 @@ class ComplexTitleInputWidget extends \OOUI\Widget { $this->title = new TitleInputWidget( array_merge( $config['title'], [ - // The inner TitleInputWidget shouldn't be infusable, - // only the ComplexTitleInputWidget itself can be. - 'infusable' => false, 'relative' => true, 'namespace' => isset( $config['namespace']['value'] ) ? $config['namespace']['value'] :