From dde9833f409263ab6651acf81eec28c02f7b4812 Mon Sep 17 00:00:00 2001 From: mattab Date: Wed, 18 Sep 2013 11:26:46 +1200 Subject: Fixes #4143 In admin UI, display a message explaining that the plugins could not be loaded because they are not compatible with Piwik 2 --- core/Updater.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core/Updater.php') diff --git a/core/Updater.php b/core/Updater.php index eca0d3fd4f..9fef7ff41f 100644 --- a/core/Updater.php +++ b/core/Updater.php @@ -165,6 +165,7 @@ class Updater $className = $this->getUpdateClassName($componentName, $fileVersion); if (class_exists($className, false)) { + // update() call_user_func(array($className, 'update')); } -- cgit v1.2.3