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/SitesManager/API.php
parent9673afaf760a3f81d58aa98eaac50e3ed40a157f (diff)
- cleaning the API/ code
- deleting class Api_Apiable concept not used anymore
Diffstat (limited to 'plugins/SitesManager/API.php')
-rwxr-xr-xplugins/SitesManager/API.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/SitesManager/API.php b/plugins/SitesManager/API.php
index cfd4e8b0c7..6ff1ff9a8b 100755
--- a/plugins/SitesManager/API.php
+++ b/plugins/SitesManager/API.php
@@ -13,7 +13,7 @@
*
* @package Piwik_SitesManager
*/
-class Piwik_SitesManager_API extends Piwik_Apiable
+class Piwik_SitesManager_API
{
static private $instance = null;
static public function getInstance()
@@ -26,8 +26,6 @@ class Piwik_SitesManager_API extends Piwik_Apiable
return self::$instance;
}
- static public $methodsNotToPublish = array();
-
/**
* Returns the javascript tag for the given idSite.
* This tag must be included on every page to be tracked by Piwik