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-11-19 02:03:53 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-11-19 02:03:53 +0400
commiteb7698ca78abae015908f405e6c6ac74f8d7de49 (patch)
tree3113357a74714efe1e55b01f95284dd055bbe78b /core/ViewDataTable
parent678e4450738bcbf0f8076be2dc735c3662bfb94c (diff)
removed report_last_updated_message and metadata from config
Diffstat (limited to 'core/ViewDataTable')
-rw-r--r--core/ViewDataTable/Config.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/ViewDataTable/Config.php b/core/ViewDataTable/Config.php
index 3985e2d1dc..c3d5aa4d50 100644
--- a/core/ViewDataTable/Config.php
+++ b/core/ViewDataTable/Config.php
@@ -393,16 +393,6 @@ class Config
/**
* TODO
*/
- public $report_last_updated_message = false;
-
- /**
- * TODO
- */
- public $metadata = array();
-
- /**
- * TODO
- */
public $report_id = '';
/**