Fix, nodelist segment doubling up when generating segment
This commit is contained in:
parent
e1ed446f3e
commit
6743e5bf73
@ -149,7 +149,7 @@ class NodelistSegment extends Dynamic
|
||||
if ($oo->system_id == $so->id)
|
||||
continue;
|
||||
|
||||
$result->push($this->generate($oo) ?: $this->entry($oo));
|
||||
$result->push($this->entry($oo));
|
||||
}
|
||||
|
||||
return $result->join("\n");
|
||||
|
Loading…
Reference in New Issue
Block a user