Use HTMLForm::setWrapperLegendMsg() in FormSpecialPage::getForm()
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Wed, 10 Apr 2013 10:04:48 +0000 (12:04 +0200)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Wed, 10 Apr 2013 10:04:48 +0000 (12:04 +0200)
commit476db5c387fc49cdacdd2986ed451e469aaff129
tree8b0ed9cc36e0181355d4e40261238b3a8f9445b5
parentf666536da7a3867c443506b26e96f4f36c5cbc47
Use HTMLForm::setWrapperLegendMsg() in FormSpecialPage::getForm()

There is no need to call $this->msg() directly for the fieldset legend
as there is already a method in HTMLForm to do it.

Change-Id: I771520ea230301b51cece685f47e6a606ad860be
includes/SpecialPage.php