jenkins-bot has submitted this change and it was merged.

Change subject: Don't use deprecated definition of SpecialPage in 
$wgSpecialPages
......................................................................


Don't use deprecated definition of SpecialPage in $wgSpecialPages

Array syntax for $wgSpecialPages is deprecated since 1.18. Converted
SpecialAboutTopic to use the constructor instead.

Change-Id: I7381f68d72ae0337daa199c5948fbfe7693ffc82
---
M extension.json
1 file changed, 1 insertion(+), 4 deletions(-)

Approvals:
  Thiemo Mättig (WMDE): Looks good to me, approved
  jenkins-bot: Verified



diff --git a/extension.json b/extension.json
index 10e0fcc..855fa8e 100644
--- a/extension.json
+++ b/extension.json
@@ -8,10 +8,7 @@
        "type": "other",
        "license-name": "GPL-2.0+",
        "SpecialPages": {
-               "AboutTopic": [
-                       "ArticlePlaceholder\\SpecialAboutTopic",
-                       "newFromGlobalState"
-               ]
+               "AboutTopic": 
"ArticlePlaceholder\\SpecialAboutTopic::newFromGlobalState"
        },
        "MessagesDirs": {
                "ArticlePlaceholder": [

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7381f68d72ae0337daa199c5948fbfe7693ffc82
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/ArticlePlaceholder
Gerrit-Branch: master
Gerrit-Owner: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Lucie Kaffee <[email protected]>
Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to