git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@436 a333f486-631f-4898-b8df-5754b55c2be0
@@ -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 = '{';