Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 3312959

Browse files
committed
$lap to $lap_count
1 parent b9f4d4f commit 3312959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phpFITFileAnalysis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1979,7 +1979,7 @@ public function getJSON($crank_length = null, $ftp = null, $data_required = ['al
19791979
$tmp['timestamp'] = $ts;
19801980
}
19811981
if ($lap) {
1982-
$tmp['lap'] = $lap;
1982+
$tmp['lap'] = $lap_count;
19831983
}
19841984

19851985
foreach ($this->data_mesgs['record'] as $key => $value) {

0 commit comments

Comments
 (0)