mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +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();
|
$subfolders = $folder->getSubFolders();
|
||||||
foreach($subfolders as $subfolder) {
|
foreach($subfolders as $subfolder) {
|
||||||
$this->tree($dms, $subfolder, $indent.' ', $path.$folder->getId().':');
|
$this->tree($dms, $subfolder, $repair, $path.$folder->getId().':', $indent.' ');
|
||||||
}
|
}
|
||||||
$path .= $folder->getId().':';
|
$path .= $folder->getId().':';
|
||||||
$documents = $folder->getDocuments();
|
$documents = $folder->getDocuments();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user