Update class-sp-team.php

This commit is contained in:
Nabil Kadimi
2019-12-04 22:45:48 +01:00
committed by GitHub
parent bc609c245f
commit 9d95e4198f

View File

@@ -488,7 +488,7 @@ class SP_Team extends SP_Custom_Post {
);
$tables_by_terms = get_posts( $args );
$tables = array_merge( $tables_by_id, $tables_by_terms );
$tables = array_merge( $tables_by_terms, $tables_by_id );
$checked = (array) get_post_meta( $this->ID, 'sp_table' );