call getStatsTableHTML in frames view

This commit is contained in:
Andrew Bauer 2020-09-12 11:55:24 -05:00
parent 5d914d8b01
commit 56aa906dd8
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ $row = 0;
if ( count($frames) ) foreach ( $frames as $frame ) { if ( count($frames) ) foreach ( $frames as $frame ) {
$eid = $frame['EventId']; $eid = $frame['EventId'];
$fid = $frame['FrameId']; $fid = $frame['FrameId'];
include('_stats_table.php'); echo getStatsTableHTML($eid, $fid, $row);
$row++; $row++;
} }
?> ?>