diff --git a/lib/ClustersBackend/PlacesBackend.php b/lib/ClustersBackend/PlacesBackend.php index de3ca48d..0bd1b0f3 100644 --- a/lib/ClustersBackend/PlacesBackend.php +++ b/lib/ClustersBackend/PlacesBackend.php @@ -162,7 +162,7 @@ class PlacesBackend extends Backend $lang = Util::getUserLang(); foreach ($places as &$row) { $row['osm_id'] = (int) $row['osm_id']; - $row['count'] = $marked ? 0 : (int) $row['count']; // the count is incorrect + $row['count'] = (int) $row['sub.count']; self::choosePlaceLang($row, $lang); }