Replace deprecated call to OutputPage::parse() in HTMLForm
authorC. Scott Ananian <cscott@cscott.net>
Thu, 1 Nov 2018 21:26:10 +0000 (17:26 -0400)
committerC. Scott Ananian <cscott@cscott.net>
Thu, 1 Nov 2018 21:26:10 +0000 (17:26 -0400)
commitd8e612ffaa2d8190652dc02ae50f57f7ff984eb8
tree2181722671dca0971c67117a688e1b187cb25438
parenta53269630c6bd7918b9d59989ca15571f4332a02
Replace deprecated call to OutputPage::parse() in HTMLForm

Use OutputPage::parseAsInterface() to tidy the output and make the
selection of user interface language explicit.

Follow-up to Ifeb1ca6eb8b5c743421b8f9e329f1e3658050e47.

Bug: T198214
Change-Id: Ia4b63715380d97ccb3133bf39a260834c20b4f5a
includes/htmlform/HTMLForm.php