Browse Source

- 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 years ago
parent
commit
d94c527271
1 changed files with 1 additions and 0 deletions
  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 = '{';