Skip to content

Commit

Permalink
Add blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgol authored Mar 2, 2017
1 parent 527ba8d commit 942fc08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/PodsAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -5324,6 +5324,7 @@ public function pod_exists ( $params, $type = null ) {
'post_type' => '_pods_pod',
'posts_per_page' => 1
) );

if ( is_array( $pod ) ) {
$pod = $pod[0];
}
Expand Down

0 comments on commit 942fc08

Please sign in to comment.