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/Updater.php')
-rw-r--r--core/Updater.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/Updater.php b/core/Updater.php
index 0069d1b71b..692034d5e9 100644
--- a/core/Updater.php
+++ b/core/Updater.php
@@ -162,10 +162,6 @@ class Updater
}
$this->hasMajorDbUpdate = $this->hasMajorDbUpdate || call_user_func(array($className, 'isMajorUpdate'));
}
- // unfortunately had to extract this query from the Option class
- $queries[] = 'UPDATE `' . Common::prefixTable('option') . '` '.
- 'SET option_value = \'' . $fileVersion . '\' '.
- 'WHERE option_name = \'' . self::getNameInOptionTable($componentName) . '\';';
}
return $queries;
}