浏览代码

Poprawka BiAudit

Mariusz Muszyński 6 月之前
父节点
当前提交
7260820e8d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      SE/se-lib/Route/UrlAction/BiAuditGenerate.php

+ 1 - 1
SE/se-lib/Route/UrlAction/BiAuditGenerate.php

@@ -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;
 		}