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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-12-08 17:08:24 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-12-08 17:08:24 +0300
commit950f70679188761888741605910105f8091cb989 (patch)
tree00a6cb5a31bdd30706ae5e7959d78993308d9181 /plugins/Provider
parent9673afaf760a3f81d58aa98eaac50e3ed40a157f (diff)
- cleaning the API/ code
- deleting class Api_Apiable concept not used anymore
Diffstat (limited to 'plugins/Provider')
-rw-r--r--plugins/Provider/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Provider/API.php b/plugins/Provider/API.php
index 7f7c83f569..eafea2151e 100644
--- a/plugins/Provider/API.php
+++ b/plugins/Provider/API.php
@@ -14,7 +14,7 @@ require_once "Provider/functions.php";
*
* @package Piwik_Provider
*/
-class Piwik_Provider_API extends Piwik_Apiable
+class Piwik_Provider_API
{
static private $instance = null;