From: Platonides Date: Sun, 25 Jul 2010 21:11:38 +0000 (+0000) Subject: Follow up r53497. $wgExternalAuthConfig -> $wgExternalAuthConf X-Git-Tag: 1.31.0-rc.0~35926 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=1d11d75d3b7073f4adf5a0becd0ac08dd0df8604;p=lhc%2Fweb%2Fwiklou.git Follow up r53497. $wgExternalAuthConfig -> $wgExternalAuthConf Only DefaultSettings calls it like that. All the classes use $wgExternalAuthConf --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 5db1691681..c872029195 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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