Alert message for echomails with security violations is using wrong address

This commit is contained in:
2023-09-18 23:38:40 +10:00
parent f315c71ca9
commit 5e67be5ba1
2 changed files with 3 additions and 2 deletions

View File

@@ -209,6 +209,7 @@ class System extends Model
* @param Zone $o
* @param int $type
* @return Collection
* @todo This doesnt return sorted addresses, so it is possible that a node address is returned first, before a NC/HC, etc
*/
public function match(Zone $o,int $type=(Address::NODE_NC|Address::NODE_HC|Address::NODE_ACTIVE|Address::NODE_PVT|Address::NODE_POINT)): Collection
{