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:
Diffstat (limited to 'core/API/Inconsistencies.php')
-rw-r--r--core/API/Inconsistencies.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/API/Inconsistencies.php b/core/API/Inconsistencies.php
index df52f730e3..cec4c8a5ab 100644
--- a/core/API/Inconsistencies.php
+++ b/core/API/Inconsistencies.php
@@ -37,7 +37,9 @@ class Inconsistencies
'bounce_rate_returning',
'nb_visits_percentage',
'/.*_evolution/',
- '/goal_.*_conversion_rate/'
+ '/goal_.*_conversion_rate/',
+ '/form_.*_rate/',
+ '/field_.*_rate/',
);
}
}