Merge branch release/22.0.beta of zentao/zentaopms (#13207)
This commit is contained in:
@@ -320,6 +320,8 @@ class docTao extends docModel
|
||||
$deletedDocs = array();
|
||||
foreach($docs as $docID => $doc)
|
||||
{
|
||||
$doc->path = ',' . trim($doc->path, ',') . ',';
|
||||
|
||||
if($doc->deleted == '0') continue;
|
||||
|
||||
unset($docs[$docID]);
|
||||
|
||||
Reference in New Issue
Block a user