From 1d11d75d3b7073f4adf5a0becd0ac08dd0df8604 Mon Sep 17 00:00:00 2001 From: Platonides Date: Sun, 25 Jul 2010 21:11:38 +0000 Subject: [PATCH] Follow up r53497. $wgExternalAuthConfig -> $wgExternalAuthConf Only DefaultSettings calls it like that. All the classes use $wgExternalAuthConf --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1