From d4f0765540a0e81a0e659dcc5df943219a69f092 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 23 Dec 2021 12:28:30 +0100 Subject: [PATCH] wip #4978 @0.25 --- src/Reporting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Reporting.php b/src/Reporting.php index 7f7f7a1..b54c9fb 100644 --- a/src/Reporting.php +++ b/src/Reporting.php @@ -77,7 +77,7 @@ class Reporting if (isset($this->_allSites[$siteId])) { unset($this->_allSites[$siteId]); } - return $this->_apicall('SitesManager.deleteSite', ['idSite', $siteId]); + return $this->_apicall('SitesManager.deleteSite', ['idSite'=>$siteId]); } /** -- 2.39.5