Browse Source

Poprawka BiAudit

Mariusz Muszyński 6 months ago
parent
commit
7260820e8d
1 changed files with 1 additions and 1 deletions
  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;
 		}