Fix single team event order for streak

This commit is contained in:
Brian Miyaji
2014-07-21 15:29:11 +10:00
parent 720a316113
commit 6ad384752a

View File

@@ -104,7 +104,8 @@ class SP_Team extends SP_Custom_Post {
'post_type' => 'sp_event',
'numberposts' => -1,
'posts_per_page' => -1,
'order' => 'ASC',
'orderby' => 'post_date',
'order' => 'DESC',
'meta_query' => array(
'relation' => 'AND',
array(