N°2249 - Supportability - Updater module (changed version name in the priv_module_install table)

This commit is contained in:
Eric
2020-01-16 17:42:02 +01:00
parent 3a113e31fb
commit 4552bc0778

View File

@@ -730,7 +730,7 @@ class RunTimeEnvironment
// Record main installation // Record main installation
$oInstallRec = new ModuleInstallation(); $oInstallRec = new ModuleInstallation();
$oInstallRec->Set('name', ITOP_APPLICATION); $oInstallRec->Set('name', ITOP_APPLICATION);
$oInstallRec->Set('version', ITOP_VERSION.'.'.ITOP_REVISION); $oInstallRec->Set('version', ITOP_VERSION.'-'.ITOP_REVISION);
$oInstallRec->Set('comment', $sMainComment); $oInstallRec->Set('comment', $sMainComment);
$oInstallRec->Set('parent_id', 0); // root module $oInstallRec->Set('parent_id', 0); // root module
$oInstallRec->Set('installed', $iInstallationTime); $oInstallRec->Set('installed', $iInstallationTime);