r69912 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r69911
|
r69912
|
r69913
>
Date:
21:11, 25 July 2010
Author:
platonides
Status:
ok (
Comments
)
Tags:
Comment:
Follow up
r53497
. $wgExternalAuthConfig -> $wgExternalAuthConf
Only DefaultSettings calls it like that. All the classes use $wgExternalAuthConf
Modified paths:
/trunk/phase3/includes/DefaultSettings.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/DefaultSettings.php
—
—
@@ -2886,7 +2886,7 @@
2887
2887
* info be provided. Check the file where your auth mechanism is defined for
2888
2888
* info on what to put here.
2889
2889
*/
2890
-$wgExternalAuthConfig = array();
2890
+$wgExternalAuthConf = array();
2891
2891
2892
2892
/**
2893
2893
* When should we automatically create local accounts when external accounts
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r53497
Add experimental new auth framework, ExternalAuth...
simetrical
22:02, 19 July 2009
Comments
#
Comment by
Simetrical
(
talk
|
contribs
)
13:14, 26 July 2010
Oops. :D Thanks!
Status & tagging log
13:14, 26 July 2010
Simetrical
(
talk
|
contribs
)
changed the
status
of r69912
[
removed:
new
added:
ok]