"MDL-15251, see tracker"
This commit is contained in:
+1
-1
@@ -228,7 +228,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