From c2b3368c14b5a0e8ac4e60d5ebff8f6089b9184f Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Wed, 29 May 2024 19:04:38 +0300 Subject: [PATCH] fix --- erp24/services/CabinetService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/services/CabinetService.php b/erp24/services/CabinetService.php index fca931db..9da9eaa7 100755 --- a/erp24/services/CabinetService.php +++ b/erp24/services/CabinetService.php @@ -6159,7 +6159,7 @@ Group BY admin_id } - public function outputCheckError(string $errorText, $buttonParams = '', $controller) + public function outputCheckError(string $errorText, $buttonParams, $controller) { if (empty($controller)) { return [ -- 2.39.5