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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-05-07 15:21:27 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-05-07 15:21:27 +0400
commitc2fc72a94e6d55ccf2e4dfc04d917d16f522eada (patch)
tree64accd05b85342da812ea88e496009d0bfef5b01 /plugins/Actions
parentf9d8ec5b78b47ece238adf5cedeb4af5f76cbd1c (diff)
Fixes #487 Actions datatable now sortable + apply rounded corners to action datatable
Diffstat (limited to 'plugins/Actions')
-rw-r--r--plugins/Actions/Controller.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Actions/Controller.php b/plugins/Actions/Controller.php
index e15943cca0..4216fc8eeb 100644
--- a/plugins/Actions/Controller.php
+++ b/plugins/Actions/Controller.php
@@ -127,7 +127,6 @@ class Piwik_Actions_Controller extends Piwik_Controller
{
$view->setTemplate('CoreHome/templates/datatable_actions_recursive.tpl');
}
- $view->disableSort();
$view->disableOffsetInformation();
$view->disableShowAllViewsIcons();
$view->disableShowAllColumns();