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:
authorThomas Steur <thomas.steur@gmail.com>2013-10-16 07:29:22 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-10-16 07:29:22 +0400
commit9471c1e944a93b82fcd89d1ebb46f0af2f836e8c (patch)
tree04d2a96ea7943588490eddc64f7c15f5194847b3 /core/Plugin/API.php
parent1116ccf0e212d04022790ff8284b2f2e41c1d9fa (diff)
cleanup viewdatatable class, API logic did not belong into viewDataTable
Diffstat (limited to 'core/Plugin/API.php')
-rw-r--r--core/Plugin/API.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Plugin/API.php b/core/Plugin/API.php
index e10baf7888..bb7e67cd7e 100644
--- a/core/Plugin/API.php
+++ b/core/Plugin/API.php
@@ -15,4 +15,5 @@ use Piwik\Singleton;
abstract class API extends Singleton
{
+
}