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:
Diffstat (limited to 'core/Updates/0.9.1.php')
-rw-r--r--core/Updates/0.9.1.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/Updates/0.9.1.php b/core/Updates/0.9.1.php
index d82ad97c86..7a0b8dc7e7 100644
--- a/core/Updates/0.9.1.php
+++ b/core/Updates/0.9.1.php
@@ -17,6 +17,10 @@ class Piwik_Updates_0_9_1 extends Piwik_Updates
{
static function getSql($schema = 'Myisam')
{
+ if(!Piwik::isTimezoneSupportEnabled())
+ {
+ return array();
+ }
// @see http://bugs.php.net/46111
$timezones = timezone_identifiers_list();
$brokenTZ = array();