From: Alexandre Emsenhuber Date: Mon, 3 Jun 2013 08:51:06 +0000 (+0200) Subject: Remove occurence of $wgOut in HTMLForm::displayForm()'s documentation X-Git-Tag: 1.31.0-rc.0~19512^2 X-Git-Url: http://git.cyclocoop.org/%22.%20generer_url_ecrire%28%22sites%22%2C%22%22%29.%20%22?a=commitdiff_plain;h=e932512e46d4ca7f7299b1ded6cca8d0b74a2eb4;p=lhc%2Fweb%2Fwiklou.git Remove occurence of $wgOut in HTMLForm::displayForm()'s documentation Mention the context instead Change-Id: Ic081abc7ee8b63281d7a4d56fac9333e79e39f29 --- diff --git a/includes/HTMLForm.php b/includes/HTMLForm.php index e4a77a0208..33e447efd6 100644 --- a/includes/HTMLForm.php +++ b/includes/HTMLForm.php @@ -588,8 +588,8 @@ class HTMLForm extends ContextSource { } /** - * Display the form (sending to $wgOut), with an appropriate error - * message or stack of messages, and any validation errors, etc. + * Display the form (sending to the context's OutputPage object), with an + * appropriate error message or stack of messages, and any validation errors, etc. * * @attention You should call prepareForm() before calling this function. * Moreover, when doing method chaining this should be the very last method