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/1.9-b19.php')
-rwxr-xr-xcore/Updates/1.9-b19.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Updates/1.9-b19.php b/core/Updates/1.9-b19.php
index da223fabb6..87d46f856a 100755
--- a/core/Updates/1.9-b19.php
+++ b/core/Updates/1.9-b19.php
@@ -33,7 +33,6 @@ class Updates_1_9_b19 extends Updates
{
Updater::updateDatabase(__FILE__, self::getSql());
-
try {
\Piwik\Plugin\Manager::getInstance()->activatePlugin('Transitions');
} catch (\Exception $e) {