BpNode: no link for unbound root node

This commit is contained in:
Thomas Gelf 2015-03-16 13:12:20 +01:00
parent c4004d9320
commit fc29d7edf9

View file

@ -257,7 +257,7 @@ class BpNode extends Node
protected function getActionIcons($view)
{
$icons = array();
if (! $this->bp->isLocked()) {
if (! $this->bp->isLocked() && $this->name !== '__unbound__') {
$icons[] = $this->actionIcon(
$view,
'wrench',