Skip to content

Commit

Permalink
Merge branch 'MDL-26733' of git://github.com/timhunt/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Mar 13, 2011
2 parents 40b204b + d93cafe commit 22acfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
}

foreach ($users as $key => $user) {
if (!empty($user->country)) {
if (isset($countries[$user->country])) {
$users[$key]->country = $countries[$user->country];
}
}
Expand Down

0 comments on commit 22acfde

Please sign in to comment.