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:
authorThomas Steur <thomas.steur@googlemail.com>2014-04-09 07:23:18 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-04-09 07:23:18 +0400
commit918355e3705e258d2bdabf6a42b9ddc8fdfbfda4 (patch)
tree739a5e6b4344eabdc144feafaf3a11cd2529d324 /plugins/CorePluginsAdmin/PluginInstaller.php
parent50da9c7852080d6d6cc056dbf7030469f7e11b3a (diff)
refs #4967 started to work on verifying plugin version during run time and before update. Not 100% tested yet, especially not the updater yet
Diffstat (limited to 'plugins/CorePluginsAdmin/PluginInstaller.php')
-rw-r--r--plugins/CorePluginsAdmin/PluginInstaller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CorePluginsAdmin/PluginInstaller.php b/plugins/CorePluginsAdmin/PluginInstaller.php
index 7aef1af227..f3a1d2f770 100644
--- a/plugins/CorePluginsAdmin/PluginInstaller.php
+++ b/plugins/CorePluginsAdmin/PluginInstaller.php
@@ -13,6 +13,7 @@ use Piwik\Filesystem;
use Piwik\Piwik;
use Piwik\SettingsPiwik;
use Piwik\Unzip;
+use Piwik\Plugin\Dependency as PluginDependency;
/**
*