aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mod/profiles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profiles.php b/mod/profiles.php
index 478aab8a5..d640ba1ba 100644
--- a/mod/profiles.php
+++ b/mod/profiles.php
@@ -177,7 +177,7 @@ function profiles_post(&$a) {
$value = $interest;
}
if($address != $orig[0]['address'] || $locality != $orig[0]['locality'] || $region != $orig[0]['region']
- || $country_name != $orig[0]['country_name']) {
+ || $country_name != $orig[0]['country-name']) {
$changes[] = t('Location');
}