Merge remote-tracking branch 'origin/support/3.1' into support/3.2

# Conflicts:
#	application/cmdbabstract.class.inc.php
This commit is contained in:
Eric Espie
2025-01-22 16:44:12 +01:00
3 changed files with 13 additions and 1 deletions

View File

@@ -46,6 +46,8 @@ class ModuleService
$sExtension = $this->GetModuleNameFromObject($oReflectionClass->getName());
if (strlen($sExtension) !== 0) {
$sSignature .= '['.$sExtension.'] ';
} else {
$sSignature .= '[core] ';
}
$sSignature .= $oReflectionClass->getShortName().'::'.$sMethod.'()';