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

SVN:trunk[436]
This commit is contained in:
Denis Flaven
2010-06-07 12:19:18 +00:00
parent 0bb1be78a5
commit dc2430332a

View File

@@ -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 = '{';