jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/361098 )

Change subject: Fix capitalization of Xml class
......................................................................


Fix capitalization of Xml class

Change-Id: I43e50f892cab8719d792b8d87f964eb93c86dda8
---
M frontend/specialpages/actions/Stabilization_body.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Umherirrender: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/frontend/specialpages/actions/Stabilization_body.php 
b/frontend/specialpages/actions/Stabilization_body.php
index 195b12b..a8c2f06 100644
--- a/frontend/specialpages/actions/Stabilization_body.php
+++ b/frontend/specialpages/actions/Stabilization_body.php
@@ -215,7 +215,7 @@
 
                        $s .= ' <tr>
                                        <td class="mw-label">' .
-                                               xml::label( $this->msg( 
'stabilization-comment' )->text(),
+                                               Xml::label( $this->msg( 
'stabilization-comment' )->text(),
                                                        'wpReasonSelection' ) .
                                        '</td>
                                        <td class="mw-input">' .

-- 
To view, visit https://gerrit.wikimedia.org/r/361098
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I43e50f892cab8719d792b8d87f964eb93c86dda8
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/FlaggedRevs
Gerrit-Branch: master
Gerrit-Owner: Legoktm <lego...@member.fsf.org>
Gerrit-Reviewer: Jackmcbarn <jackmcb...@gmail.com>
Gerrit-Reviewer: Umherirrender <umherirrender_de...@web.de>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to