소스 검색

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