From: Kunal Mehta Date: Fri, 11 Sep 2015 20:39:13 +0000 (-0700) Subject: Remove unused $wgAPIGeneratorModules from DefaultSettings.php X-Git-Tag: 1.31.0-rc.0~10039^2 X-Git-Url: http://git.cyclocoop.org/%27.generer_url_ecrire%28%27admin_couteau_suisse%27%2C%27cmd=descrip&outil=boites_privees?a=commitdiff_plain;h=4aa3af965cd2c7078966abf96df4f254f366d21e;p=lhc%2Fweb%2Fwiklou.git Remove unused $wgAPIGeneratorModules from DefaultSettings.php This is completely ignored by the API and never made it into a stable release - it was added and removed in 1.21. Change-Id: I87a8df78a4bcffae9bbd51faa1137abb1faf2aa2 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 89c04f9c5b..37429b924b 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -7236,12 +7236,6 @@ $wgAPIPropModules = array(); */ $wgAPIListModules = array(); -/** - * This variable is ignored. To add your module to the API, please add it to $wgAPI*Modules - * @deprecated since 1.21 - */ -$wgAPIGeneratorModules = array(); - /** * Maximum amount of rows to scan in a DB query in the API * The default value is generally fine