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:
authormattab <matthieu.aubry@gmail.com>2015-02-10 07:11:55 +0300
committermattab <matthieu.aubry@gmail.com>2015-02-10 07:12:02 +0300
commit0b06a800d6fb95d013e58da1c33784daf3a1adbe (patch)
tree30efee5d3c25fe6fb9a34a210840433ae590720f /plugins/Installation/FormSuperUser.php
parent175421ec6477f8df9f336841c054a11dde166c0f (diff)
During installation, check by default the Piwik PRO email subscription
users can unsubscribe in one click and will never receive communication again
Diffstat (limited to 'plugins/Installation/FormSuperUser.php')
-rw-r--r--plugins/Installation/FormSuperUser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Installation/FormSuperUser.php b/plugins/Installation/FormSuperUser.php
index 87adc47259..c3cf89e7c3 100644
--- a/plugins/Installation/FormSuperUser.php
+++ b/plugins/Installation/FormSuperUser.php
@@ -70,7 +70,7 @@ class FormSuperUser extends QuickForm2
// default values
$this->addDataSource(new HTML_QuickForm2_DataSource_Array(array(
'subscribe_newsletter_piwikorg' => 1,
- 'subscribe_newsletter_piwikpro' => 0,
+ 'subscribe_newsletter_piwikpro' => 1,
)));
}
}