registration: $wgRateLimits should be merged using array_plus_2d
authorKunal Mehta <legoktm@member.fsf.org>
Thu, 7 Jan 2016 18:52:01 +0000 (10:52 -0800)
committerReedy <reedy@wikimedia.org>
Thu, 7 Jan 2016 18:56:21 +0000 (18:56 +0000)
Change-Id: I0d1abbb251f4a6d126d58668d1281a6f1550b459

includes/registration/ExtensionProcessor.php

index aac0c79..6ac25e8 100644 (file)
@@ -65,6 +65,7 @@ class ExtensionProcessor implements Processor {
                'wgNamespaceContentModels' => 'array_plus',
                'wgNamespaceProtection' => 'array_plus',
                'wgCapitalLinkOverrides' => 'array_plus',
+               'wgRateLimits' => 'array_plus_2d',
        );
 
        /**