aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profiles.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-29 01:49:54 -0700
committerfriendica <info@friendica.com>2012-04-29 01:49:54 -0700
commit735f518fd8547fab37ca39c7717e8d89e07e3337 (patch)
tree576aaf2a795589a3fb492275f528496bae1266d4 /mod/profiles.php
parenta9dba2720bc0a5ffd9472f3233cf0ea3034019c4 (diff)
downloadvolse-hubzilla-735f518fd8547fab37ca39c7717e8d89e07e3337.tar.gz
volse-hubzilla-735f518fd8547fab37ca39c7717e8d89e07e3337.tar.bz2
volse-hubzilla-735f518fd8547fab37ca39c7717e8d89e07e3337.zip
fix location change notification
Diffstat (limited to 'mod/profiles.php')
-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');
}