diff --git a/core/ormlinkset.class.inc.php b/core/ormlinkset.class.inc.php index cf4c260e3..3aa8eed8c 100644 --- a/core/ormlinkset.class.inc.php +++ b/core/ormlinkset.class.inc.php @@ -415,6 +415,8 @@ class ormLinkSet implements iDBObjectSetIterator, Iterator, SeekableIterator */ public function rewind() { + $this->LoadOriginalIds(); + $this->iCursor = 0; reset($this->aPreserved); reset($this->aAdded);