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-11-27 19:01:49 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-27 19:01:49 +0300
commitf62e9c688beee548636e62787b300e20e46a5197 (patch)
tree635e9db0531c7fca53662d7b228faefc306fac28 /core/ViewDataTable.php
parentd1226a1f670469aa0b1c3c023c667d24830a97bc (diff)
- 40 min profiling session, a few optimizations and fixing options autoload bug
Diffstat (limited to 'core/ViewDataTable.php')
-rw-r--r--core/ViewDataTable.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/ViewDataTable.php b/core/ViewDataTable.php
index 224e627e60..3e5c78aa0d 100644
--- a/core/ViewDataTable.php
+++ b/core/ViewDataTable.php
@@ -10,6 +10,7 @@
*/
require_once "API/Request.php";
+require_once "View.php";
/**
* This class is used to load (from the API) and customize the output of a given DataTable.