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>2014-01-09 05:04:05 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-09 05:04:05 +0400
commitdf34fc96cd2c5b461a6cfe9e714c6e12c97d59ea (patch)
treeb0a2974833ce7f48f086eee4dfa93eab7868bcaf /core/DataTable.php
parent43716fb9d6b80715a6321145e6a70201d10a5e8e (diff)
Minor
Diffstat (limited to 'core/DataTable.php')
-rw-r--r--core/DataTable.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/DataTable.php b/core/DataTable.php
index dcbe390e17..39ad5f4c05 100644
--- a/core/DataTable.php
+++ b/core/DataTable.php
@@ -316,7 +316,7 @@ class DataTable implements DataTableInterface
public function __construct()
{
// registers this instance to the manager
- $this->currentId = Manager::getInstance()-> addTable($this);
+ $this->currentId = Manager::getInstance()->addTable($this);
}
/**