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:
authormattab <matthieu.aubry@gmail.com>2013-09-19 07:28:30 +0400
committermattab <matthieu.aubry@gmail.com>2013-09-19 07:28:30 +0400
commit64615b167487e55757be99e0e052cadd8b08bf08 (patch)
tree02428b67956640fd246d624678e0a140748337cd /plugins/ExampleAPI
parentf66269901cc6df914f745d8fbedb2480cf1f9e5e (diff)
Adding ExampleAPI to work around bug reported in http://forum.piwik.org/read.php?2,106317
Diffstat (limited to 'plugins/ExampleAPI')
-rw-r--r--plugins/ExampleAPI/ExampleAPI.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/ExampleAPI/ExampleAPI.php b/plugins/ExampleAPI/ExampleAPI.php
new file mode 100644
index 0000000000..f9e8475220
--- /dev/null
+++ b/plugins/ExampleAPI/ExampleAPI.php
@@ -0,0 +1,21 @@
+<?php
+/**
+ * Piwik - Open source web analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ *
+ * @category Piwik_Plugins
+ * @package ExampleAPI
+ */
+namespace Piwik\Plugins\ExampleAPI;
+
+/**
+ * This plugin only provides an API.php file, so we leave the plugin class empty
+ *
+ * @package ExamplePlugin
+ */
+class ExampleAPI extends \Piwik\Plugin
+{
+
+} \ No newline at end of file