Przeglądaj źródła

N°1065 Fixed a regression introduced in r4965.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4961 a333f486-631f-4898-b8df-5754b55c2be0
glajarige 7 lat temu
rodzic
commit
97f9a5f283
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      core/ormlinkset.class.inc.php

+ 2 - 0
core/ormlinkset.class.inc.php

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