mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 08:38:45 +02:00
#887 short term fix for preventing ToArgs to alter the content of an object...
SVN:2.0.2[3096]
This commit is contained in:
@@ -418,7 +418,7 @@ class DBObjectSet
|
||||
CMDBSource::FreeResult($resQuery);
|
||||
$this->m_iCount = $aRow['COUNT'];
|
||||
}
|
||||
return $this->m_iCount;
|
||||
return $this->m_iCount; // WARNING this value can be wrong, see Trac #887
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user