Fixed Trac #492: bulk modify resets the linksets

SVN:1.1[1631]
This commit is contained in:
Denis Flaven
2011-10-12 19:44:40 +00:00
parent b732673b65
commit 8fe5450d9e
2 changed files with 23 additions and 2 deletions

View File

@@ -1862,7 +1862,7 @@ EOF
return $aDetails;
}
protected static function FlattenZList($aList)
public static function FlattenZList($aList)
{
$aResult = array();
foreach($aList as $value)