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:
authormattab <matthieu.aubry@gmail.com>2013-11-13 08:04:24 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-13 08:04:24 +0400
commit0518d45f476c52349cddcf5aca309f78f6b01656 (patch)
tree421815a279ba2c494c0d4f847540a700a094d3c0 /plugins/ExamplePlugin/API.php
parentf152d6d3d9ac16487df76971176edc11d5fb1cf9 (diff)
Refs #4278 to process unique visitors, isSingleSite() is required (no unique visitors cross-sites for now)
Diffstat (limited to 'plugins/ExamplePlugin/API.php')
-rw-r--r--plugins/ExamplePlugin/API.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/ExamplePlugin/API.php b/plugins/ExamplePlugin/API.php
index 5f4eb4b14c..02e0a01463 100644
--- a/plugins/ExamplePlugin/API.php
+++ b/plugins/ExamplePlugin/API.php
@@ -31,7 +31,6 @@ class API extends \Piwik\Plugin\API
public function getAnswerToLife($truth = true)
{
if ($truth) {
-
return 42;
}