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, 2 insertions, 2 deletions
diff --git a/core/Updater.php b/core/Updater.php
index 3566ecc5c0..775398ce13 100644
--- a/core/Updater.php
+++ b/core/Updater.php
@@ -92,7 +92,7 @@ class Updater
public function hasNewVersion($componentName)
{
return isset($this->componentsWithNewVersion) &&
- isset($this->componentsWithNewVersion[$componentName]);
+ isset($this->componentsWithNewVersion[$componentName]);
}
/**
@@ -145,7 +145,7 @@ class Updater
if ($componentName == 'core') {
return '\\Piwik\\Updates\\' . $className;
}
- return '\\Piwik\\Plugins\\' . $componentName . '\\'. $className;
+ return '\\Piwik\\Plugins\\' . $componentName . '\\' . $className;
}
/**