Bug #20889 ยป 11726.patch
typo3/class.filelistfoldertree.php (working copy) | ||
---|---|---|
$out = '
|
||
<!-- TYPO3 folder tree structure. -->
|
||
<ul class="tree">
|
||
<ul class="tree" id="treeRoot">
|
||
';
|
||
$titleLen=intval($this->BE_USER->uc['titleLen']);
|
||
if (!is_array($treeArr)) $treeArr=$this->tree;
|