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-04 00:01:13 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-04-04 00:01:13 +0400
commit946c50ffd9e4a32ae1b76c5339bf71b9740fdf00 (patch)
tree1b3f9d9c960842ed088c304ccdf6c6464e906e9f /plugins/CustomVariables/CustomVariables.php
parent02cf8c55b94e31ddc14240a4d0bbbacb576631a8 (diff)
added uninstall to customvariables, it is not possible to uninstall in the UI but looks like the tests do it
Diffstat (limited to 'plugins/CustomVariables/CustomVariables.php')
-rw-r--r--plugins/CustomVariables/CustomVariables.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/CustomVariables/CustomVariables.php b/plugins/CustomVariables/CustomVariables.php
index b4e71517a3..81316e8f32 100644
--- a/plugins/CustomVariables/CustomVariables.php
+++ b/plugins/CustomVariables/CustomVariables.php
@@ -59,6 +59,11 @@ class CustomVariables extends \Piwik\Plugin
Model::install();
}
+ public function uninstall()
+ {
+ Model::uninstall();
+ }
+
/**
* There are also some hardcoded places in JavaScript
* @return int