r65285 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65284‎ | r65285 | r65286 >
Date:18:24, 19 April 2010
Author:raymond
Status:ok
Tags:
Comment:
Follow-up r65189: Fix syntax error
Modified paths:
  • /trunk/extensions/LdapAuthentication/LdapAuthentication.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LdapAuthentication/LdapAuthentication.php
@@ -1321,7 +1321,7 @@
13221322
13231323 // Only find all groups if the user has any groups; otherwise, we are
13241324 // just wasting a search.
1325 - if ( ( isset( $wgLDAPGroupsPrevail[$_SESSION['wsDomain']] ).
 1325+ if ( ( isset( $wgLDAPGroupsPrevail[$_SESSION['wsDomain']] )
13261326 && $wgLDAPGroupsPrevail[$_SESSION['wsDomain']] ) && count( $this->userLDAPGroups ) != 0 ) {
13271327 $this->allLDAPGroups = $this->searchGroups( '*' );
13281328 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r65189LdapAuthentication:...reedy21:26, 17 April 2010

Status & tagging log