]> git.mxchange.org Git - friendica.git/commitdiff
fix location change notification
authorfriendica <info@friendica.com>
Sun, 29 Apr 2012 08:49:54 +0000 (01:49 -0700)
committerfriendica <info@friendica.com>
Sun, 29 Apr 2012 08:49:54 +0000 (01:49 -0700)
mod/profiles.php

index 478aab8a5d8ed47d2e4a289cf5f16e6660810cd5..d640ba1ba5cd7f69b49e9293459919b1bc63fcc1 100644 (file)
@@ -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');
                        }