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@googlemail.com>2014-02-10 03:11:45 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-02-10 03:11:45 +0400
commit5bb441b2e3fba9d067430eac829bce46ac8caa03 (patch)
treee820e4c636b5c8a95f98f60f1945fc857aaeef5d /plugins/Installation/Installation.php
parent5220eb4055a52fa3a0e35e209204a995b4776898 (diff)
refs #4631 updates key whether translation is in progress
Diffstat (limited to 'plugins/Installation/Installation.php')
-rw-r--r--plugins/Installation/Installation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Installation/Installation.php b/plugins/Installation/Installation.php
index 539d2c59fc..eff0fde648 100644
--- a/plugins/Installation/Installation.php
+++ b/plugins/Installation/Installation.php
@@ -41,7 +41,7 @@ class Installation extends \Piwik\Plugin
{
$general = Config::getInstance()->General;
- if (empty($general['install_in_progress'])) {
+ if (empty($general['installation_in_progress'])) {
return;
}