Turn caching back on

This commit is contained in:
Mike Jolley 2014-10-14 17:01:15 +01:00
parent c01bc63020
commit 44ad43216e
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class WC_Admin_Report {
'order_by' => '', 'order_by' => '',
'limit' => '', 'limit' => '',
'filter_range' => false, 'filter_range' => false,
'nocache' => true, 'nocache' => false,
'debug' => false, 'debug' => false,
'order_types' => wc_get_order_types( 'reports' ), 'order_types' => wc_get_order_types( 'reports' ),
'order_status' => array( 'completed', 'processing', 'on-hold' ), 'order_status' => array( 'completed', 'processing', 'on-hold' ),