From a98c0d32ae75c8cfbbcf17743f81a1f7ccd210b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Espi=C3=A9?= Date: Thu, 5 Oct 2017 15:57:16 +0000 Subject: [PATCH] =?UTF-8?q?(Retrofit=20from=20trunk)=20r4961=20N=C2=B01065?= =?UTF-8?q?=20Fixed=20a=20regression=20introduced=20in=20r4965.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SVN:2.4[4985] --- core/ormlinkset.class.inc.php | 2 ++ 1 file changed, 2 insertions(+) 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);