r107133 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107132‎ | r107133 | r107134 >
Date:03:01, 23 December 2011
Author:laner
Status:ok
Tags:
Comment:
Adding forgotten class variable definition.
Modified paths:
  • /trunk/extensions/LdapAuthentication/LdapAuthentication.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LdapAuthentication/LdapAuthentication.php
@@ -144,6 +144,9 @@
145145 // the user's entry and all attributes
146146 var $userInfo;
147147
 148+ // the user we are currently bound as
 149+ var $boundAs;
 150+
148151 /**
149152 * Check whether there exists a user account with the given name.
150153 * The name will be normalized to MediaWiki's requirements, so

Status & tagging log