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

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

@@ -3698,7 +3698,7 @@ class BiAuditPowiazania {
 			return;
 		}
 
-		if (($weight) > $this->maxDepth) {
+		if (($weight) >= $this->maxDepth) {
 			if (!$this->onlyTargets) $this->addResult($progress);
 			array_pop($this->path);
 			return;