get_order_report_data should return string

This commit is contained in:
Mike Jolley 2014-10-07 10:32:38 +01:00
parent 1de3b8a034
commit ac14427c32
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class WC_Admin_Report {
extract( $args );
if ( empty( $data ) ) {
return false;
return '';
}
$query = array();