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>2013-11-22 08:53:12 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-22 08:53:12 +0400
commit48a733b3c8c133af1960ce23dd4d23dcca5a7a04 (patch)
tree4ee756f4a89f3ef0bb8eb90944f04fe86fb99241 /core/Theme.php
parentf8f4a8fa002ccc589f2387aae4083327b6ce51df (diff)
Prevent white screen of death
Diffstat (limited to 'core/Theme.php')
-rw-r--r--core/Theme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Theme.php b/core/Theme.php
index 99d73b34ec..1efcc4f70a 100644
--- a/core/Theme.php
+++ b/core/Theme.php
@@ -46,7 +46,7 @@ class Theme
public function rewriteAssetsPathToTheme($output)
{
if ($this->themeName == \Piwik\Plugin\Manager::DEFAULT_THEME) {
- return;
+ return $output;
}
$pattern = array(