Fix typo in json_search_downloadable_products_and_variations

This commit is contained in:
Manos Psychogyiopoulos 2017-04-19 13:20:05 +03:00
parent d94f3883da
commit 1670f9ae60
1 changed files with 1 additions and 1 deletions

View File

@ -1193,7 +1193,7 @@ class WC_AJAX {
}
if ( ! empty( $_GET['include'] ) ) {
$ids = array_intersect( $ids, (array) $_GET['exclude'] );
$ids = array_intersect( $ids, (array) $_GET['include'] );
}
if ( ! empty( $_GET['limit'] ) ) {