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/TablePartitioning.php')
-rw-r--r--core/TablePartitioning.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/core/TablePartitioning.php b/core/TablePartitioning.php
index 7712e82b3a..5473d20a49 100644
--- a/core/TablePartitioning.php
+++ b/core/TablePartitioning.php
@@ -23,8 +23,7 @@ abstract class Piwik_TablePartitioning
protected $tableName = null;
protected $generatedTableName = null;
protected $timestamp = null;
- protected $idSite = null;
-
+
static public $tablesAlreadyInstalled = null;
public function __construct( $tableName )
@@ -40,11 +39,6 @@ abstract class Piwik_TablePartitioning
$this->generatedTableName = null;
$this->getTableName();
}
-
- public function setIdSite($idSite)
- {
- $this->idSite = $idSite;
- }
public function getTableName()
{