Fix staff not loading for first team in events

This commit is contained in:
Brian Miyaji
2016-12-12 12:25:58 +11:00
parent 92ac59121e
commit c0b91639e2

View File

@@ -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;
}
?>
<?php
}