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:
-rw-r--r--core/FrontController.php1
-rw-r--r--core/ViewDataTable.php1
2 files changed, 1 insertions, 1 deletions
diff --git a/core/FrontController.php b/core/FrontController.php
index 627e260f7c..fcbba59e26 100644
--- a/core/FrontController.php
+++ b/core/FrontController.php
@@ -33,6 +33,7 @@ require_once "Mail.php";
require_once "Url.php";
require_once "Controller.php";
require_once "Option.php";
+require_once "View.php";
require_once "PluginsFunctions/Menu.php";
require_once "PluginsFunctions/AdminMenu.php";
diff --git a/core/ViewDataTable.php b/core/ViewDataTable.php
index 3e5c78aa0d..224e627e60 100644
--- a/core/ViewDataTable.php
+++ b/core/ViewDataTable.php
@@ -10,7 +10,6 @@
*/
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.