diff --git a/application/utils.inc.php b/application/utils.inc.php index 3a4f99393..ba9d3160c 100644 --- a/application/utils.inc.php +++ b/application/utils.inc.php @@ -1947,7 +1947,7 @@ class utils */ public static function GetCurrentModuleName($iCallDepth = 0) { - return ModuleService::GetInstance()->GetCurrentModuleName($iCallDepth = 0); + return ModuleService::GetInstance()->GetCurrentModuleName($iCallDepth + 1); } /**