Fix address matching during registration
This commit is contained in:
parent
f089f3bcdc
commit
1656d3c35c
@ -567,7 +567,7 @@ class SystemController extends Controller
|
||||
$ca = NULL;
|
||||
$la = NULL;
|
||||
foreach ($s->addresses as $ao) {
|
||||
if ($ca=$so->match($ao->zone))
|
||||
if (($ca=$so->match($ao->zone))->count())
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user