From c0b91639e2fe92ab55433217f6107d7a5202c18d Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Mon, 12 Dec 2016 12:25:58 +1100 Subject: [PATCH] Fix staff not loading for first team in events --- templates/event-performance.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/event-performance.php b/templates/event-performance.php index 564e16c8..5a754bdb 100644 --- a/templates/event-performance.php +++ b/templates/event-performance.php @@ -265,11 +265,11 @@ if ( is_array( $teams ) ): ) ); } } - } - if ( $show_staff ): - sp_get_template( 'event-staff.php', array( 'id' => $id, 'index' => $index ) ); - endif; + if ( $show_staff ): + sp_get_template( 'event-staff.php', array( 'id' => $id, 'index' => $index ) ); + endif; + } ?>