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 <stefangiehl@gmail.com>2012-05-19 02:09:10 +0400
committersgiehl <stefangiehl@gmail.com>2012-05-19 02:09:10 +0400
commit4fa491b6149384579fffe7c70ef5325060d13499 (patch)
treeada78ed892d34dfddb5ce75eb81cd415c00efba3 /core/DataTable/Filter/Limit.php
parent51641fdc5c1841af4c84b1010aa183ae960be2f3 (diff)
some more code improvements
git-svn-id: http://dev.piwik.org/svn/trunk@6273 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/DataTable/Filter/Limit.php')
-rw-r--r--core/DataTable/Filter/Limit.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/DataTable/Filter/Limit.php b/core/DataTable/Filter/Limit.php
index baa98d634f..34974a5756 100644
--- a/core/DataTable/Filter/Limit.php
+++ b/core/DataTable/Filter/Limit.php
@@ -39,7 +39,6 @@ class Piwik_DataTable_Filter_Limit extends Piwik_DataTable_Filter
public function filter($table)
{
- $table = $table;
$table->setRowsCountBeforeLimitFilter();
$rowsCount = $table->getRowsCount();