|
|
@@ -3795,7 +3795,7 @@ class BiAuditPowiazania {
|
|
|
if (!$relation) $relation = 0;
|
|
|
|
|
|
if ($weight > 0 && in_array($ID, $this->endNodes)) {
|
|
|
- if (($weight) > $this->minDepth) $this->addResult($progress);
|
|
|
+ if (($weight) >= $this->minDepth) $this->addResult($progress);
|
|
|
array_pop($this->path);
|
|
|
return;
|
|
|
}
|