Skip to content

Commit

Permalink
pass 'p2p_type' along in get_qv(). see scribu#131
Browse files Browse the repository at this point in the history
  • Loading branch information
scribu committed Mar 21, 2012
1 parent faee876 commit 12b74c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions query.php
Expand Up @@ -33,6 +33,8 @@ function get_qv( $q ) {
if ( !isset( $q['p2p_type'] ) )
return false;

$qv['p2p_type'] = $q['p2p_type'];

$qv_list = array(
'items', 'direction', 'meta',
'orderby', 'order_num', 'order'
Expand Down

0 comments on commit 12b74c4

Please sign in to comment.