From: Vincent Vanwaelscappel Date: Thu, 23 Dec 2021 11:28:30 +0000 (+0100) Subject: wip #4978 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d4f0765540a0e81a0e659dcc5df943219a69f092;p=cubist_matomo.git wip #4978 @0.25 --- 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]); } /**