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/Updates/0.2.37.php')
-rw-r--r--core/Updates/0.2.37.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Updates/0.2.37.php b/core/Updates/0.2.37.php
index 87f7d94370..f7f40c1a37 100644
--- a/core/Updates/0.2.37.php
+++ b/core/Updates/0.2.37.php
@@ -1,4 +1,5 @@
<?php
Piwik_Query( "DELETE FROM ". Piwik::prefixTable('user_dashboard') . "
- WHERE layout LIKE '%.getEvolutionGraph%'" );
+ WHERE layout LIKE '%.getLastVisitsGraph%'
+ OR layout LIKE '%.getLastVisitsReturningGraph%'" );