From 01a3634effe4ac6aaa58df66d561236f4057e74d Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Fri, 31 May 2019 14:10:03 +1000 Subject: [PATCH] Fix error displaying staff in events when offense and defense are separate tables --- templates/event-performance.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/event-performance.php b/templates/event-performance.php index 2c075c2e..f9e4724f 100644 --- a/templates/event-performance.php +++ b/templates/event-performance.php @@ -217,6 +217,8 @@ if ( is_array( $teams ) ): } sp_get_template( 'event-performance-table.php', array( + 'id' => $id, + 'index' => $index, 'section' => $section_id, 'section_label' => $section_label, 'scrollable' => $scrollable,