(Retrofit from trunk)

r4961
N°1065 Fixed a regression introduced in r4965.


SVN:2.4[4985]
This commit is contained in:
Eric Espié
2017-10-05 15:57:16 +00:00
parent 38af2b85c4
commit a98c0d32ae

View File

@@ -415,6 +415,8 @@ class ormLinkSet implements iDBObjectSetIterator, Iterator, SeekableIterator
*/
public function rewind()
{
$this->LoadOriginalIds();
$this->iCursor = 0;
reset($this->aPreserved);
reset($this->aAdded);