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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-07-08 08:19:14 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-07-08 08:19:14 +0400
commitcd0cbab3731b988223e7ad44d78306e18fe3096c (patch)
tree2681dc3b6ee7393c03dca36359a9c9bb8c22d63c /plugins/SitesManager/SitesManager.php
parent9d95e1016eb204db445c263975f990b9d59d7f4d (diff)
fixes #803 - remove unnecessary require_once from core, plugins, and parts of
libs. (I didn't touch: open-flash-chart, Zend Framework, and PEAR HTML.)
Diffstat (limited to 'plugins/SitesManager/SitesManager.php')
-rw-r--r--plugins/SitesManager/SitesManager.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/SitesManager/SitesManager.php b/plugins/SitesManager/SitesManager.php
index 0e31e8adfc..58a33910af 100644
--- a/plugins/SitesManager/SitesManager.php
+++ b/plugins/SitesManager/SitesManager.php
@@ -43,7 +43,6 @@ class Piwik_SitesManager extends Piwik_Plugin
function recordWebsiteHostsInCache($notification)
{
- require_once "SitesManager/API.php";
$idsite = $notification->getNotificationInfo();
// add the 'hosts' entry in the website array
$array =& $notification->getNotificationObject();