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:
authorThomas Steur <thomas.steur@googlemail.com>2014-05-28 02:16:29 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-05-28 02:16:29 +0400
commite23557dad21a5ff6d9acd4729c4af4d94ea492dd (patch)
tree92f39f32a443e8ca91b3bbf9ca595ce72aa3968b /plugins/Dashboard
parent403bea7e94ba7103fd98622b41a684a366ced7e2 (diff)
we no longer need the widgetized dashboard manager since we can run the screenshot tests within an existing page
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/Controller.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/Dashboard/Controller.php b/plugins/Dashboard/Controller.php
index 993b6f8cad..74da476e0e 100644
--- a/plugins/Dashboard/Controller.php
+++ b/plugins/Dashboard/Controller.php
@@ -66,19 +66,6 @@ class Controller extends \Piwik\Plugin\Controller
return $view->render();
}
- public function getDashboardSettingsControl()
- {
- $view = new DashboardManagerControl();
- $result = $view->render();
-
- if (Common::getRequestVar('includeWidgetFactory', false)) {
- $factoryTemplateView = new View("@Dashboard/_widgetFactoryTemplate");
- $result .= $factoryTemplateView->render();
- }
-
- return $result;
- }
-
public function getAvailableWidgets()
{
$this->checkTokenInUrl();