From 2f64b101b32a75f1c2e08683700ed63555c2bdb2 Mon Sep 17 00:00:00 2001 From: Benjamin DALSASS Date: Wed, 15 Jul 2026 10:29:25 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B08886=20-=20Deprecation=20warning=20in=20?= =?UTF-8?q?DashetGroupBy=20in=203.3-dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/dashboard.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/dashboard.class.inc.php b/application/dashboard.class.inc.php index e477f66c76..967fc92ad5 100644 --- a/application/dashboard.class.inc.php +++ b/application/dashboard.class.inc.php @@ -501,7 +501,7 @@ EOF */ public function Render($oPage, $bEditMode = false, $aExtraParams = [], $bCanEdit = true) { - $aExtraParams['dashboard_div_id'] = utils::Sanitize($aExtraParams['dashboard_div_id'] ?? null, $this->GetId(), utils::ENUM_SANITIZATION_FILTER_ELEMENT_IDENTIFIER); + $aExtraParams['dashboard_div_id'] = utils::Sanitize($aExtraParams['dashboard_div_id'] ?? $this->GetId(), $this->GetId(), utils::ENUM_SANITIZATION_FILTER_ELEMENT_IDENTIFIER); /** @var \DashboardLayoutMultiCol $oLayout */ $oLayout = new $this->sLayoutClass();