aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/piwik/piwik.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/piwik/piwik.php')
-rw-r--r--plugins/piwik/piwik.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/piwik/piwik.php b/plugins/piwik/piwik.php
index ca00c2be..17b1aecc 100644
--- a/plugins/piwik/piwik.php
+++ b/plugins/piwik/piwik.php
@@ -4,6 +4,8 @@
4 * Adds tracking code on each page. 4 * Adds tracking code on each page.
5 */ 5 */
6 6
7use Shaarli\Plugin\PluginManager;
8
7/** 9/**
8 * Initialization function. 10 * Initialization function.
9 * It will be called when the plugin is loaded. 11 * It will be called when the plugin is loaded.