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:
authormattpiwik <matthieu.aubry@gmail.com>2008-12-08 17:08:24 +0300
committermattpiwik <matthieu.aubry@gmail.com>2008-12-08 17:08:24 +0300
commit93ac4b09d9f0b2deec4ea0fa56d8fe4b5bc08437 (patch)
tree00a6cb5a31bdd30706ae5e7959d78993308d9181 /plugins/ExampleAPI
parent40cf751bf1d592900feb3684c567fbe148d9e97f (diff)
- cleaning the API/ code
- deleting class Api_Apiable concept not used anymore git-svn-id: http://dev.piwik.org/svn/trunk@826 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/ExampleAPI')
-rw-r--r--plugins/ExampleAPI/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExampleAPI/API.php b/plugins/ExampleAPI/API.php
index 8a6d19af96..40e0924cf2 100644
--- a/plugins/ExampleAPI/API.php
+++ b/plugins/ExampleAPI/API.php
@@ -20,7 +20,7 @@
*
* @package Piwik_ExamplePlugin
*/
-class Piwik_ExampleAPI_API extends Piwik_Apiable
+class Piwik_ExampleAPI_API
{
static private $instance = null;
static public function getInstance()