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:
authorsgiehl <stefan@piwik.org>2013-08-10 02:42:51 +0400
committersgiehl <stefan@piwik.org>2013-08-10 02:42:51 +0400
commitcfb17ed2795101ea90d71d124d91b0cbad09858c (patch)
tree971e9e06ac18f9d86be63204561ee8d7f891a09f /core/Updater.php
parent29d5ceaccb15b80f7ad6abea63b6eb7890afeb77 (diff)
fixed doc blocks
Diffstat (limited to 'core/Updater.php')
-rw-r--r--core/Updater.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/Updater.php b/core/Updater.php
index 740bb2e031..db405da9e1 100644
--- a/core/Updater.php
+++ b/core/Updater.php
@@ -29,6 +29,9 @@ class Updater
private $componentsToCheck = array();
private $hasMajorDbUpdate = false;
+ /**
+ * Constructor
+ */
public function __construct()
{
$this->pathUpdateFileCore = PIWIK_INCLUDE_PATH . '/core/Updates/';