remove empty line

This commit is contained in:
Uwe Steinmann 2024-07-31 11:20:09 +02:00
parent 5202240f2f
commit 0e8d2ea165

View File

@ -2348,7 +2348,6 @@ $(document).ready(function() {
} else {
$tree[] = $node;
}
} else {
if($root = $this->params['dms']->getFolder($this->params['rootfolderid']))
$tree = array(array('label'=>$root->getName(), 'id'=>$root->getID(), 'load_on_demand'=>false, 'is_folder'=>true));