From f93218a80ff2ad6508cc50ba9da60e6b15d31aa1 Mon Sep 17 00:00:00 2001 From: acognet Date: Mon, 21 Mar 2022 11:11:47 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B04479=20-=20Impact=20analysis=20:=20Displ?= =?UTF-8?q?ay=20and=20apply=20filter=20before=20display=20impact=20analysi?= =?UTF-8?q?s=20graphical=20-=20fix=20var=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/displayablegraph.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/displayablegraph.class.inc.php b/core/displayablegraph.class.inc.php index a7801078c7..fdf72bd647 100644 --- a/core/displayablegraph.class.inc.php +++ b/core/displayablegraph.class.inc.php @@ -1564,7 +1564,7 @@ EOF * @throws \Twig\Error\RuntimeError * @throws \Twig\Error\SyntaxError */ - public function DisplayFiltering(string $sContextKey, array $aContextParams, array $aExcludedObjects, WebPage $oP, array $aResults, bool $sLazyLoading = false): array + public function DisplayFiltering(string $sContextKey, array $aContextParams, array $aExcludedObjects, WebPage $oP, array $aResults, bool $bLazyLoading = false): array { $aContextDefs = static::GetContextDefinitions($sContextKey, true, $aContextParams); $aExcludedByClass = array();