From 380129c051f018177fd9496b35d10ab99c110951 Mon Sep 17 00:00:00 2001 From: Zacharie Date: Thu, 18 Jun 2020 14:24:22 +0200 Subject: [PATCH] Correction of a mistake on commit fd8394d : add history_summarize in stat.php --- admin/stats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/stats.php b/admin/stats.php index 32f24a1ae..47625c7df 100644 --- a/admin/stats.php +++ b/admin/stats.php @@ -227,7 +227,7 @@ check_status(ACCESS_ADMINISTRATOR); // | Refresh summary from details | // +-----------------------------------------------------------------------+ -//history_summarize(); +history_summarize(); // +-----------------------------------------------------------------------+ // | Display statistics header |