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;