N°1065 Fixed a regression introduced in r4965.

SVN:trunk[4961]
This commit is contained in:
Guillaume Lajarige
2017-10-03 14:02:45 +00:00
parent f86c1a87f9
commit 74111212a3

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);