From: Kunal Mehta Date: Thu, 27 Aug 2015 23:13:42 +0000 (-0700) Subject: registration: Remove unused 'wgExtraNamespaces' merge strategy X-Git-Tag: 1.31.0-rc.0~10237 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=c0b7236caad876acc64b46ad29ad2e0193825bf5;p=lhc%2Fweb%2Fwiklou.git registration: Remove unused 'wgExtraNamespaces' merge strategy As of 9df0672255afd, this is no longer used. Change-Id: I7e40096cb5173626ba7f2cd3d2be121c8a04768a --- diff --git a/includes/registration/ExtensionProcessor.php b/includes/registration/ExtensionProcessor.php index 2c792da125..dc35347bdb 100644 --- a/includes/registration/ExtensionProcessor.php +++ b/includes/registration/ExtensionProcessor.php @@ -59,7 +59,6 @@ class ExtensionProcessor implements Processor { 'wgHooks' => 'array_merge_recursive', // credits are handled in the ExtensionRegistry //'wgExtensionCredits' => 'array_merge_recursive', - 'wgExtraNamespaces' => 'array_plus', 'wgExtraGenderNamespaces' => 'array_plus', 'wgNamespacesWithSubpages' => 'array_plus', 'wgNamespaceContentModels' => 'array_plus',