소스 검색

- Fix bug #116 (initial value of the linkset was lost)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@436 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 15 년 전
부모
커밋
d94c527271
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      application/ui.linkswidget.class.inc.php

+ 1 - 0
application/ui.linkswidget.class.inc.php

@@ -75,6 +75,7 @@ class UILinksWidget
 		{
 			// Serialize the link set into a JSon object
 			$aCurrentValues = array();
+			$oCurrentValuesSet->Rewind(); // Make sure we can iterate through this set...
 			while($oLinkObj = $oCurrentValuesSet->Fetch())
 			{
 				$sRow = '{';