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
path: root/core
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-08-15 14:57:49 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-15 14:57:49 +0400
commit0d6710f619932b5cb564091e506cb8cf1f1e533d (patch)
treecfef5e89bce392f3b6d40d2242b3253e63f698e9 /core
parentfe239518110ab6815ab1e7591ab6ad8f5f5750f5 (diff)
refs #5936 make sure to remove the goals table in case it still exists. this one is located in the goals plugin now and was moved in 2.3 or 2.4
Diffstat (limited to 'core')
-rw-r--r--core/Updates/2.5.0-rc2.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Updates/2.5.0-rc2.php b/core/Updates/2.5.0-rc2.php
index c27a60cbf5..92874e8f52 100644
--- a/core/Updates/2.5.0-rc2.php
+++ b/core/Updates/2.5.0-rc2.php
@@ -61,7 +61,8 @@ class Updates_2_5_0_rc2 extends Updates
'/plugins/UserCountry/Widgets.php',
'/plugins/UserSettings/Widgets.php',
'/plugins/VisitTime/Widgets.php',
- '/plugins/VisitorInterest/Widgets.php'
+ '/plugins/VisitorInterest/Widgets.php',
+ '/plugins/CoreVisualizations/Visualizations/HtmlTable/Goals.php'
);
}
}