mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-18 16:18:47 +02:00
N°1134 - Bad version number when MTP
* The order of the installed versions is changed when doing MTP. SVN:trunk[5073]
This commit is contained in:
@@ -898,7 +898,7 @@ class RunTimeEnvironment
|
||||
public function GetCurrentDataModelVersion()
|
||||
{
|
||||
$oSearch = DBObjectSearch::FromOQL("SELECT ModuleInstallation WHERE name='".DATAMODEL_MODULE."'");
|
||||
$oSet = new DBObjectSet($oSearch, array(), array('installed' => false));
|
||||
$oSet = new DBObjectSet($oSearch, array('installed' => false));
|
||||
$oLatestDM = $oSet->Fetch();
|
||||
if ($oLatestDM == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user