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:
authormattpiwik <matthieu.aubry@gmail.com>2012-08-14 07:30:08 +0400
committermattpiwik <matthieu.aubry@gmail.com>2012-08-14 07:30:08 +0400
commitf77bb431cc4cd0271a33215504b859a543259a57 (patch)
tree5e90c30b235d5cff40923434620459ba0e27d782 /core/Updater.php
parentb1d871813398957fa5c0a7709c29a4b12a4a026d (diff)
Refs #3163
* Fixing Log Analytics integration - adding a new index.php proxy to force to use test DB * Refactored call to get browser language forgotten earlier TODO: * Benaka, could you please remove --tracker-url feature from the import_logs.py ? it's not used anymore git-svn-id: http://dev.piwik.org/svn/trunk@6743 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Updater.php')
-rw-r--r--core/Updater.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Updater.php b/core/Updater.php
index 9629723250..ae3821d080 100644
--- a/core/Updater.php
+++ b/core/Updater.php
@@ -265,7 +265,8 @@ class Piwik_Updater
{
if($name === 'core')
{
- $currentVersion = '0.2.9';
+ // This should not happen
+ $currentVersion = Piwik_Version::VERSION;
}
else
{