From: vincent@cubedesigners.com Date: Wed, 5 Oct 2022 11:55:51 +0000 (+0000) Subject: wait #5506 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1494bac476d5ccc02830bdeaef28b949f9ca0af1;p=cubeextranet.git wait #5506 @0.25 --- diff --git a/inc/ws/Metier/class.ws.document.php b/inc/ws/Metier/class.ws.document.php index f76e3a354..83b3d83d9 100644 --- a/inc/ws/Metier/class.ws.document.php +++ b/inc/ws/Metier/class.ws.document.php @@ -520,8 +520,7 @@ class wsDocument extends cubeMetier public static function isFarmUser() { global $core; - $farmTesters = [/*1, 2, 3,*/ - 5]; + $farmTesters = [1, 2, 3, 5]; if (!$core->user) { return false; }