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>2013-06-17 14:08:44 +0400
committermattab <matthieu.aubry@gmail.com>2013-06-17 14:08:44 +0400
commiteef4a559b2d8ced52501062955eda38c9ac156b2 (patch)
tree0114c90f0ad51e669ce7b3a925ace800889f6db0 /core/Updater.php
parentb22ff3499d0478843aa33c1c4924eb66f1c8fcf1 (diff)
Introducing the Piwik_DataAccess_ArchiveWriter which encapsulates logic for creating new archive entry
Diffstat (limited to 'core/Updater.php')
-rw-r--r--core/Updater.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Updater.php b/core/Updater.php
index 1b91f70349..4b86b7d9ed 100644
--- a/core/Updater.php
+++ b/core/Updater.php
@@ -56,7 +56,7 @@ class Piwik_Updater
public function recordComponentSuccessfullyUpdated($name, $version)
{
try {
- Piwik_SetOption($this->getNameInOptionTable($name), $version, $autoload = 1);
+ Piwik_SetOption($this->getNameInOptionTable($name), $version, $autoLoad = 1);
} catch (Exception $e) {
// case when the option table is not yet created (before 0.2.10)
}