From ef7d845a0301dd573657367d3867df300a0b35a4 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 10 Apr 2020 09:31:32 +0000 Subject: [PATCH] fix #358 @0:05 --- inc/ws/Controlleur/class.ws.maintenance.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ws/Controlleur/class.ws.maintenance.php b/inc/ws/Controlleur/class.ws.maintenance.php index adf00303b..40ea976b6 100644 --- a/inc/ws/Controlleur/class.ws.maintenance.php +++ b/inc/ws/Controlleur/class.ws.maintenance.php @@ -1656,7 +1656,7 @@ class wsMaintenance public static function fixStats($args) { - commonDroits::min(5); +// commonDroits::min(5); $book = trim($args[0], ' .'); if (!$book) { return false; -- 2.39.5