Mariusz Muszyński 7 năm trước cách đây
mục cha
commit
228965366f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;