Parcourir la source

Poprawka BiAudit

Mariusz Muszyński il y a 6 mois
Parent
commit
7260820e8d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
 		}