Fix input regression affecting HTMLForms that use VForm
authorMatthew Flaschen <mflaschen@wikimedia.org>
Wed, 1 Oct 2014 06:15:02 +0000 (02:15 -0400)
committerMatthew Flaschen <mflaschen@wikimedia.org>
Wed, 1 Oct 2014 06:17:42 +0000 (02:17 -0400)
commitc1bf30c2e55a7bae04b3c5e232f5017ed79bbd80
treee44ff1324207812d318f5cfae266514b6d195ef0
parent2daac5f36a4de903c5e6978711ffb9fe696458f1
Fix input regression affecting HTMLForms that use VForm

Although the classes (e.g. mw-ui-input) are still there,
the style module was not being loaded.

This affects forms that deliberately use VForm even without
wgUseMediaWikiUIEverywhere (since they pre-date it).

This applies at least to PasswordReset, which was added in
d32891d99f185e5cf2b0e25bf947de221d4c3295 (last October).

Bug: 71448
Change-Id: Ieca36c0036d4c93244c533237eddd678564dd3c0
includes/htmlform/HTMLForm.php