mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2249 - Supportability - Updater module (changed version name in the priv_module_install table)
This commit is contained in:
@@ -730,7 +730,7 @@ class RunTimeEnvironment
|
||||
// Record main installation
|
||||
$oInstallRec = new ModuleInstallation();
|
||||
$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('parent_id', 0); // root module
|
||||
$oInstallRec->Set('installed', $iInstallationTime);
|
||||
|
||||
Reference in New Issue
Block a user