r65772 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65771‎ | r65772 | r65773 >
Date:23:51, 1 May 2010
Author:reedy
Status:deferred
Tags:
Comment:
issing -> missing
Modified paths:
  • /trunk/extensions/LdapAuthentication/LdapAuthentication.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LdapAuthentication/LdapAuthentication.php
@@ -166,7 +166,7 @@
167167 $this->printDebug( "Entering Connect", NONSENSITIVE );
168168
169169 if ( !function_exists( 'ldap_connect' ) ) {
170 - $this->printDebug( "It looks like you are issing LDAP support; please ensure you have either compiled LDAP support in, or have enabled the module. If the authentication is working for you, the plugin isn't properly detecting the LDAP module, and you can safely ignore this message.", NONSENSITIVE );
 170+ $this->printDebug( "It looks like you are missing LDAP support; please ensure you have either compiled LDAP support in, or have enabled the module. If the authentication is working for you, the plugin isn't properly detecting the LDAP module, and you can safely ignore this message.", NONSENSITIVE );
171171 return false;
172172 }
173173

Status & tagging log