mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 17:05:46 +00:00
- fixed recursive call of method tree()
This commit is contained in:
parent
0f02123e36
commit
58589c55e9
|
@ -64,7 +64,7 @@ class LetoDMS_View_ObjectCheck extends LetoDMS_Bootstrap_Style {
|
|||
|
||||
$subfolders = $folder->getSubFolders();
|
||||
foreach($subfolders as $subfolder) {
|
||||
$this->tree($dms, $subfolder, $indent.' ', $path.$folder->getId().':');
|
||||
$this->tree($dms, $subfolder, $repair, $path.$folder->getId().':', $indent.' ');
|
||||
}
|
||||
$path .= $folder->getId().':';
|
||||
$documents = $folder->getDocuments();
|
||||
|
|
Loading…
Reference in New Issue
Block a user