Fix nodelist segment generation, include all our addresses
This commit is contained in:
parent
c6458219bf
commit
e2cd09ac98
@ -24,7 +24,7 @@ class NodelistSegment extends Dynamic
|
|||||||
|
|
||||||
public function __construct(Address $ao,Collection $arg)
|
public function __construct(Address $ao,Collection $arg)
|
||||||
{
|
{
|
||||||
$this->our_address = our_address($ao->zone->domain)->first();
|
$this->our_address = our_address($ao->zone->domain,FALSE)->first();
|
||||||
$this->now = Carbon::now();
|
$this->now = Carbon::now();
|
||||||
|
|
||||||
$this->name = $arg->get('name','');
|
$this->name = $arg->get('name','');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user