From ae4cf396dc40272ee6d506bf0e778cbb79d448e4 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 7 Oct 2015 17:10:26 +0200 Subject: [PATCH] node/simulate: link to overlay --- library/Businessprocess/Node.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/Businessprocess/Node.php b/library/Businessprocess/Node.php index e94904c..5e89810 100644 --- a/library/Businessprocess/Node.php +++ b/library/Businessprocess/Node.php @@ -4,6 +4,7 @@ namespace Icinga\Module\Businessprocess; use Icinga\Web\Url; use Icinga\Exception\ProgrammingError; +use Icinga\Data\Filter\Filter; use Exception; abstract class Node @@ -406,7 +407,7 @@ abstract class Node } return sprintf( - ' %s', + ' %s', $url, $target, $view->escape($title),