diff options
author | friendica <info@friendica.com> | 2012-04-29 01:49:54 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-29 01:49:54 -0700 |
commit | 735f518fd8547fab37ca39c7717e8d89e07e3337 (patch) | |
tree | 576aaf2a795589a3fb492275f528496bae1266d4 /mod | |
parent | a9dba2720bc0a5ffd9472f3233cf0ea3034019c4 (diff) | |
download | volse-hubzilla-735f518fd8547fab37ca39c7717e8d89e07e3337.tar.gz volse-hubzilla-735f518fd8547fab37ca39c7717e8d89e07e3337.tar.bz2 volse-hubzilla-735f518fd8547fab37ca39c7717e8d89e07e3337.zip |
fix location change notification
Diffstat (limited to 'mod')
-rw-r--r-- | mod/profiles.php | 2 |
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'); } |