#887 short term fix for preventing ToArgs to alter the content of an object...

SVN:trunk[3095]
This commit is contained in:
Denis Flaven
2014-03-04 13:58:28 +00:00
parent 404f6772fd
commit 2574a0c8a4
2 changed files with 2 additions and 2 deletions

View File

@@ -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
}
}