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 @@
28872887 * info be provided. Check the file where your auth mechanism is defined for
28882888 * info on what to put here.
28892889 */
2890 -$wgExternalAuthConfig = array();
 2890+$wgExternalAuthConf = array();
28912891
28922892 /**
28932893 * When should we automatically create local accounts when external accounts

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r53497Add experimental new auth framework, ExternalAuth...simetrical22:02, 19 July 2009

Comments

#Comment by Simetrical (talk | contribs)   13:14, 26 July 2010

Oops. :D Thanks!

Status & tagging log