r107410 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107409‎ | r107410 | r107411 >
Date:20:12, 27 December 2011
Author:laner
Status:ok
Tags:
Comment:
Fixing a very obvious mistake.
Modified paths:
  • /trunk/extensions/LdapAuthentication/LdapAuthentication.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LdapAuthentication/LdapAuthentication.php
@@ -110,7 +110,7 @@
111111 define( "SENSITIVE", 2 );
112112 define( "HIGHLYSENSITIVE", 3 );
113113
114 -class LdapAuthenticationextends AuthPlugin {
 114+class LdapAuthenticationPlugin extends AuthPlugin {
115115
116116 // ldap connection resource
117117 var $ldapconn;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r107409* Removed deprecated features...laner20:03, 27 December 2011

Status & tagging log