N°4714 - Revert rename of utils::GetItopVersionWikiSyntax as it is used in cached packages in the ITSM Designer

This commit is contained in:
Molkobain
2022-02-11 20:00:24 +01:00
parent 81c39c35cd
commit 4a67819f87
4 changed files with 5 additions and 5 deletions

View File

@@ -2250,7 +2250,7 @@ class utils
* @throws \ApplicationException if constant value is invalid
* @uses ITOP_CORE_VERSION
*/
public static function GetCoreVersionWikiSyntax($sItopVersion = ITOP_CORE_VERSION)
public static function GetItopVersionWikiSyntax($sItopVersion = ITOP_CORE_VERSION)
{
$aExplodedVersion = explode('.', $sItopVersion);