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>2016-02-02 13:02:00 +0300
committerThomas Steur <thomas.steur@gmail.com>2016-02-02 13:02:00 +0300
commitdbd1d12642f534639117eabe302790ba8576a91d (patch)
tree97bc37e3d3bf82db1f2c5c7d101be642dee0813a /core/Config.php
parent888ade738e5e1367406cf7865c5feb5da94ab0fd (diff)
refs #9686 add help links in error message to Piwik PRO
Diffstat (limited to 'core/Config.php')
-rw-r--r--core/Config.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Config.php b/core/Config.php
index a1bbabc349..adc3ba948d 100644
--- a/core/Config.php
+++ b/core/Config.php
@@ -157,7 +157,8 @@ class Config
'action_url_category_delimiter' => $general['action_url_category_delimiter'],
'autocomplete_min_sites' => $general['autocomplete_min_sites'],
'datatable_export_range_as_day' => $general['datatable_export_range_as_day'],
- 'datatable_row_limits' => $this->getDatatableRowLimits()
+ 'datatable_row_limits' => $this->getDatatableRowLimits(),
+ 'are_ads_enabled' => $general['piwik_pro_ads_enabled']
);
}