From 6cad8bb9cbc261099af6a595efb78e76ae64ba02 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 2 Mar 2015 18:21:08 +0100 Subject: [PATCH] BpNode: fix "display" when rendering config --- library/Businessprocess/BpNode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Businessprocess/BpNode.php b/library/Businessprocess/BpNode.php index 9466fe1..8b05d12 100644 --- a/library/Businessprocess/BpNode.php +++ b/library/Businessprocess/BpNode.php @@ -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()