Skip to content

Commit

Permalink
Merge branch 'MDL-43405_master' of https://github.com/markn86/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Feb 25, 2014
2 parents b33fbd4 + fcf2176 commit e78e671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth/ldap/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -1534,6 +1534,7 @@ function ldap_get_userlist($filter='*') {
array_push($contexts, $this->config->create_context);
}

$ldap_cookie = '';
$ldap_pagedresults = ldap_paged_results_supported($this->config->ldap_version);
foreach ($contexts as $context) {
$context = trim($context);
Expand Down

0 comments on commit e78e671

Please sign in to comment.