Follow up r53497. $wgExternalAuthConfig -> $wgExternalAuthConf
authorPlatonides <platonides@users.mediawiki.org>
Sun, 25 Jul 2010 21:11:38 +0000 (21:11 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sun, 25 Jul 2010 21:11:38 +0000 (21:11 +0000)
Only DefaultSettings calls it like that. All the classes use $wgExternalAuthConf

includes/DefaultSettings.php

index 5db1691..c872029 100644 (file)
@@ -2886,7 +2886,7 @@ $wgExternalAuthType = null;
  * info be provided.  Check the file where your auth mechanism is defined for
  * info on what to put here.
  */
-$wgExternalAuthConfig = array();
+$wgExternalAuthConf = array();
 
 /**
  * When should we automatically create local accounts when external accounts