From 5475b9fbbee9b2dfab05293ebe202654339a5d2f Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Tue, 25 Jul 2023 17:44:43 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03454=20-=20MoveToProd=20in=202=20steps?= =?UTF-8?q?=20-=20fix=20utils::GetCurrentModuleName()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/utils.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/utils.inc.php b/application/utils.inc.php index 3a4f993931..ba9d3160c1 100644 --- a/application/utils.inc.php +++ b/application/utils.inc.php @@ -1947,7 +1947,7 @@ public static function CreateUUID($sPrefix = '') */ public static function GetCurrentModuleName($iCallDepth = 0) { - return ModuleService::GetInstance()->GetCurrentModuleName($iCallDepth = 0); + return ModuleService::GetInstance()->GetCurrentModuleName($iCallDepth + 1); } /**