From 44ad43216e4ae24aaa258dbc0bd936dfd9b5acd9 Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Tue, 14 Oct 2014 17:01:15 +0100 Subject: [PATCH] Turn caching back on --- includes/admin/reports/class-wc-admin-report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/admin/reports/class-wc-admin-report.php b/includes/admin/reports/class-wc-admin-report.php index 770d47de99d..9264331948e 100644 --- a/includes/admin/reports/class-wc-admin-report.php +++ b/includes/admin/reports/class-wc-admin-report.php @@ -49,7 +49,7 @@ class WC_Admin_Report { 'order_by' => '', 'limit' => '', 'filter_range' => false, - 'nocache' => true, + 'nocache' => false, 'debug' => false, 'order_types' => wc_get_order_types( 'reports' ), 'order_status' => array( 'completed', 'processing', 'on-hold' ),