Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2020-11-30 05:53:03 +0300
committerGitHub <noreply@github.com>2020-11-30 05:53:03 +0300
commitfc2e8a5ea1d37a8db37e9e2330ba67faacdc71a2 (patch)
treec69b13e5af3b94e13034c4630e218ff3a54e273d /plugins/API
parent23739ca598715496e29323f44d1d800a22e3db07 (diff)
Improve php8 compatibility (#16838)
Diffstat (limited to 'plugins/API')
-rw-r--r--plugins/API/RowEvolution.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/API/RowEvolution.php b/plugins/API/RowEvolution.php
index 5b9d903ff8..da44b19f6b 100644
--- a/plugins/API/RowEvolution.php
+++ b/plugins/API/RowEvolution.php
@@ -254,7 +254,7 @@ class RowEvolution
* @throws Exception
* @return DataTable\Map|DataTable
*/
- private function loadRowEvolutionDataFromAPI($metadata, $idSite, $period, $date, $apiModule, $apiAction, $label = false, $segment = false, $apiParameters)
+ private function loadRowEvolutionDataFromAPI($metadata, $idSite, $period, $date, $apiModule, $apiAction, $label, $segment, $apiParameters)
{
if (!is_array($label)) {
$label = array($label);