Skip to content

Commit

Permalink
N°3454 - MoveToProd in 2 steps - fix utils::GetCurrentModuleName()
Browse files Browse the repository at this point in the history
  • Loading branch information
eespie committed Jul 25, 2023
1 parent 6f8e7c7 commit 5475b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/utils.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

/**
Expand Down

0 comments on commit 5475b9f

Please sign in to comment.