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:
authormattab <matthieu.aubry@gmail.com>2014-06-30 10:31:14 +0400
committermattab <matthieu.aubry@gmail.com>2014-06-30 10:31:14 +0400
commitd3d5c032b7ea6a11e9871f6670266b2948431098 (patch)
treedd908476cea9d16cfdc7b4e5dd639cc81865e2f9 /core/AssetManager
parent04e42e8b4da5d0a826ceec99ad4ed249eb079948 (diff)
Removing this part as it breaks the build eg. https://travis-ci.org/piwik/piwik/jobs/28744589
refs https://github.com/piwik/piwik/pull/323
Diffstat (limited to 'core/AssetManager')
-rw-r--r--core/AssetManager/UIAssetFetcher/StylesheetUIAssetFetcher.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/AssetManager/UIAssetFetcher/StylesheetUIAssetFetcher.php b/core/AssetManager/UIAssetFetcher/StylesheetUIAssetFetcher.php
index 760719d93c..47a78a47ca 100644
--- a/core/AssetManager/UIAssetFetcher/StylesheetUIAssetFetcher.php
+++ b/core/AssetManager/UIAssetFetcher/StylesheetUIAssetFetcher.php
@@ -28,8 +28,6 @@ class StylesheetUIAssetFetcher extends UIAssetFetcher
if ($themeName === 'Morpheus') {
$order[] = 'plugins\/((?!Morpheus).)*\/';
} else {
- // Load the theme's base stylesheet first
- $order[] = $theme->getStylesheet();
$order[] = sprintf('plugins\/((?!(Morpheus)|(%s)).)*\/', $themeName);
}