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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-12-17 07:57:37 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-12-17 07:59:14 +0300
commit524565eb40d8c20080d345be80610ccdea11d8af (patch)
treee88043f856dde04ce4a43e1b5e904b1dbe2ad7bc /core/FrontController.php
parentc8c433b9d3afeaca87c3d85b184a2b29f5002d38 (diff)
parent719114577f0a5a7962e37a250db3a8d76a1809b8 (diff)
Merge branch 'master' into log-refactoring-1
Conflicts: composer.json composer.lock config/global.php core/Container/StaticContainer.php
Diffstat (limited to 'core/FrontController.php')
-rw-r--r--core/FrontController.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/FrontController.php b/core/FrontController.php
index d536ab22a7..bff9acf6ca 100644
--- a/core/FrontController.php
+++ b/core/FrontController.php
@@ -398,6 +398,8 @@ class FrontController extends Singleton
*/
Piwik::postEvent('Request.dispatchCoreAndPluginUpdatesScreen');
+ Updater::throwIfPiwikVersionIsOlderThanDBSchema();
+
\Piwik\Plugin\Manager::getInstance()->installLoadedPlugins();
// ensure the current Piwik URL is known for later use