Merge branch 'MDL-26733' of git://github.com/timhunt/moodle
This commit is contained in:
+1
-1
@@ -180,7 +180,7 @@
|
||||
}
|
||||
|
||||
foreach ($users as $key => $user) {
|
||||
if (!empty($user->country)) {
|
||||
if (isset($countries[$user->country])) {
|
||||
$users[$key]->country = $countries[$user->country];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user