BUGFIX Fixed regression in ListViewForm not showing listChildrenLink

This commit is contained in:
Sean Harvey 2012-05-30 22:12:26 +12:00
parent 4710011978
commit 9c697f4f52
1 changed files with 1 additions and 1 deletions

View File

@ -704,7 +704,7 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
'LastEdited' => _t('SiteTree.LASTUPDATED', 'Last Updated'),
);
if($params) {
if(!$params) {
$fields = array_merge(array('listChildrenLink' => ''), $fields);
}