Project

General

Profile

Bug #24021 ยป error-tcatree.patch

Administrator Admin, 2010-11-11 19:08

View differences:

t3lib/tree/tca/class.t3lib_tree_tca_databasetreedataprovider.php (working copy)
$node->setExpanded($this->isExpanded($basicNode));
}
$node->setSelectable(!t3lib_div::inList($this->getNonSelectableLevelList(), $level));
$node->setIcon(t3lib_iconWorks::mapRecordTypeToSpriteIconClass($this->tableName, $row));
$node->setIcon(t3lib_iconWorks::mapRecordTypeToSpriteIconClass($this->tableName, (array)$row));
$node->setId($basicNode->getId());
$node->setParentNode($parent);
if ($basicNode->hasChildNodes()) {
    (1-1/1)