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>2014-02-20 17:31:11 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-20 17:31:11 +0400
commit23936f179ca543797f5ecbddf02cb3ae711d6c50 (patch)
tree80cb8385c8632d12c7352af148c3246f6b54ac59 /plugins/Installation
parent475ace294595f6fdc25134dfc215fa22ecef094c (diff)
Do not warn here if auto update is not enabled
Diffstat (limited to 'plugins/Installation')
-rw-r--r--plugins/Installation/Controller.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Installation/Controller.php b/plugins/Installation/Controller.php
index 601d0149b6..85dc80d3f7 100644
--- a/plugins/Installation/Controller.php
+++ b/plugins/Installation/Controller.php
@@ -937,8 +937,7 @@ class Controller extends \Piwik\Plugin\ControllerAdmin
$infos['has_errors'] = true;
}
- if (!$infos['can_auto_update']
- || !empty($infos['missing_desired_extensions'])
+ if ( !empty($infos['missing_desired_extensions'])
|| !$infos['gd_ok']
|| !$infos['multibyte_ok']
|| !$infos['registerGlobals_ok']