Small bug in list.php script
You need to be logged in to post messages in the forums. New users may register here.
|
Carlos Revillo
Member since: 31 January 2007
Posts: 53
|
Friday 12 September 2008 11:25:12 pm
Hi.
I Think there's a small bug in list.php script.
treeparameters are build like this
$treeParameters = array( 'OnlyTranslated' => $onlyTranslated,
'Language' => $language,
'AsObject' => true,
'LoadDataMap' => false,
'Limitation' => $limitation,
'SortBy' => array( 'name' ),
'ExtendedAttributeFilter' => $extended_attribute_filter,
'ClassFilterType' => 'include',
'ClassFilterArray' => $class_filter_array,
'IgnoreVisibility' => false,
'ObjectNameFilter' => $objectNameFilter,
'MainNodeOnly' => true );
but 'Limitation' index needs to be changed to 'Limit' in order to work correctly...
Hope it helps.
|
|
You need to be logged in to post messages in the forums. New users may register here.