Skip to content

Commit

Permalink
Update source of count value
Browse files Browse the repository at this point in the history
  • Loading branch information
ASDFGamer authored Oct 1, 2023
1 parent f5f844e commit d7c55aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ClustersBackend/PlacesBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public function getClustersInternal(int $fileid = 0): array
$lang = Util::getUserLang();
foreach ($places as &$row) {
$row['osm_id'] = (int) $row['osm_id'];
$row['count'] = (int) $row['sub.count'];
$row['count'] = (int) $row['count'];
self::choosePlaceLang($row, $lang);
}

Expand Down

0 comments on commit d7c55aa

Please sign in to comment.