X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FChangeTags.php;h=204df45d94e91c7e9b3700b8ddde3817743e5324;hb=a461e48eec690d73e182bebd1874fd261ebc429b;hp=01b93ad4946358b39f5888e8cdeded4360f2e110;hpb=6f7706411fcdf6895a42fb834eee8794d1ba7e83;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/ChangeTags.php b/includes/ChangeTags.php index 01b93ad494..204df45d94 100644 --- a/includes/ChangeTags.php +++ b/includes/ChangeTags.php @@ -1,9 +1,25 @@ 'tagfilter' ), wfMsgExt( 'tag-filter', 'parseinline' ) ), - Xml::input( 'tagfilter', 20, $selected ), array( 'class' => 'mw-tagfilter-input' ) ); + Xml::input( 'tagfilter', 20, $selected, array( 'class' => 'mw-tagfilter-input' ) ) ); if ( !$fullForm ) { return $data;