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.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/TablePartitioning.php b/core/TablePartitioning.php
index eda912f995..328da71736 100644
--- a/core/TablePartitioning.php
+++ b/core/TablePartitioning.php
@@ -31,14 +31,13 @@ abstract class Piwik_TablePartitioning
abstract protected function generateTableName() ;
-
public function setTimestamp( $timestamp )
{
$this->timestamp = $timestamp;
$this->generatedTableName = null;
$this->getTableName();
}
-
+
public function getTableName()
{
// table name already processed