mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
remove empty line
This commit is contained in:
parent
5202240f2f
commit
0e8d2ea165
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue
Block a user