From 48a733b3c8c133af1960ce23dd4d23dcca5a7a04 Mon Sep 17 00:00:00 2001 From: mattab Date: Fri, 22 Nov 2013 17:53:12 +1300 Subject: Prevent white screen of death --- core/Theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Theme.php') 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( -- cgit v1.2.3