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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-03-13 06:59:05 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-13 07:02:04 +0400
commit38796e76daba35a92b894ca1d9c527e1c034008b (patch)
treef59196bb07b0f941d2ffd708d3ea7a21e7d4a41e /core/Updates.php
parentfd13666a79962545ac878e4a18d5909ac3923eb8 (diff)
Move SqlDump fixture from Bencharmks dir to Fixtures dir, fix bug in core/Updates.php, tweak test environment setup and update UI submodule.
Diffstat (limited to 'core/Updates.php')
-rw-r--r--core/Updates.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Updates.php b/core/Updates.php
index 1178770e79..ff989cdd41 100644
--- a/core/Updates.php
+++ b/core/Updates.php
@@ -100,7 +100,7 @@ abstract class Updates
if (($key = array_search($pluginToDelete, $pluginsInstalled)) !== false) {
unset($pluginsInstalled[$key]);
}
- $config->PluginsInstalled = $pluginsInstalled;
+ $config->PluginsInstalled = array('PluginsInstalled' => $pluginsInstalled);
$config->forceSave();
}