Fixes sql error in payment listing.
[platal.git] / include / reminder / profile_update.inc.php
index c1ab4df..3785b6d 100644 (file)
@@ -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;
     }
 }