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 'plugins/DBStats/DBStats.php')
-rw-r--r--plugins/DBStats/DBStats.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/DBStats/DBStats.php b/plugins/DBStats/DBStats.php
index e5d6f85647..76da2ac82e 100644
--- a/plugins/DBStats/DBStats.php
+++ b/plugins/DBStats/DBStats.php
@@ -23,16 +23,10 @@ class DBStats extends \Piwik\Plugin
public function registerEvents()
{
return array(
- 'AssetManager.getStylesheetFiles' => 'getStylesheetFiles',
- "TestingEnvironment.addHooks" => 'setupTestEnvironment'
+ "TestingEnvironment.addHooks" => 'setupTestEnvironment'
);
}
- public function getStylesheetFiles(&$stylesheets)
- {
- $stylesheets[] = "plugins/DBStats/stylesheets/dbStatsTable.less";
- }
-
public function setupTestEnvironment($environment)
{
Piwik::addAction("MySQLMetadataProvider.createDao", function (&$dao) {