"MDL-15251, see tracker, merged from MOODLE_19_STABLE"
This commit is contained in:
+1
-1
@@ -209,7 +209,7 @@
|
||||
}
|
||||
$countries = get_list_of_countries();
|
||||
if (!empty($countries[$user->country]) && !isset($hiddenfields['country'])) {
|
||||
if ($user->city && !isset($hiddenfields['country'])) {
|
||||
if ($user->city && !isset($hiddenfields['city']) && !isset($hiddenfields['country'])) {
|
||||
$location .= ', ';
|
||||
}
|
||||
$location .= $countries[$user->country];
|
||||
|
||||
Reference in New Issue
Block a user