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:
Diffstat (limited to 'misc/others')
-rw-r--r--misc/others/api_internal_call.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/others/api_internal_call.php b/misc/others/api_internal_call.php
index b4b1cba48c..733c6419e3 100644
--- a/misc/others/api_internal_call.php
+++ b/misc/others/api_internal_call.php
@@ -13,7 +13,6 @@ define('PIWIK_ENABLE_SESSION_START', false);
require_once PIWIK_INCLUDE_PATH . "/index.php";
require_once PIWIK_INCLUDE_PATH . "/core/API/Request.php";
-
$environment = new \Piwik\Application\Environment(null);
$environment->init();