BpNode: fix "display" when rendering config

This commit is contained in:
Thomas Gelf 2015-03-02 18:21:08 +01:00
parent 4d6be813e9
commit 6cad8bb9cb

View file

@ -238,7 +238,7 @@ class BpNode extends Node
if ($this->hasAlias()/* || $this->hasPrio()*/) {
$prio = $this->display; // TODO: $this->getPrio() ??
$cfg .= sprintf(
"display_name %s;%s;%s\n",
"display %s;%s;%s\n",
$prio,
$this->name,
$this->getAlias()