An enhancement to ensure that flatten domains gets the correct FTN
This commit is contained in:
@@ -704,7 +704,7 @@ class Message extends FTNBase
|
||||
|
||||
// If domain should be flattened, look for node regardless of zone (within the list of zones for the domain)
|
||||
if ($this->fdomain && $this->fdomain->flatten) {
|
||||
$ao = Address::findZone($this->fdomain,$net&DomainController::NUMBER_MAX,$node&DomainController::NUMBER_MAX);
|
||||
$ao = Address::findZone($this->fdomain,$net&DomainController::NUMBER_MAX,$node&DomainController::NUMBER_MAX,0);
|
||||
|
||||
$aoid = $ao?->id;
|
||||
|
||||
|
Reference in New Issue
Block a user