X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Freminder%2Fprofile_update.inc.php;h=3785b6d454663a54d1806cf3b9aaf66da067f4ca;hb=7088a2a53904dc8bf3b84dcb374575bb36f22f8e;hp=c1ab4dfc22eca4aea5fda6bf261c904b36c2b67e;hpb=45ea6160465aeba0aa780e49c12272819dedffd1;p=platal.git diff --git a/include/reminder/profile_update.inc.php b/include/reminder/profile_update.inc.php index c1ab4df..3785b6d 100644 --- a/include/reminder/profile_update.inc.php +++ b/include/reminder/profile_update.inc.php @@ -103,7 +103,8 @@ class ReminderProfileUpdate extends Reminder return false; } return !$profile->has_photo || $profile->is_old - || !is_null(self::ListMergeIssues($profile)); + || !is_null(self::ListMergeIssues($profile)) + || Geocoder::countNonGeocoded($profile->id()) > 0; } }