From b381e9933d3befe0455b935ad7d7913687f80db7 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 1 Feb 2013 10:22:58 +0100 Subject: [PATCH] Include "media" attr for module customCSS() (fixes #8219) --- view/Requirements.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/Requirements.php b/view/Requirements.php index 1d10336c9..c39a1cfd8 100644 --- a/view/Requirements.php +++ b/view/Requirements.php @@ -1100,7 +1100,7 @@ class Requirements_Backend { $this->css($path.$css, $media); } else if ($module) { - $this->css($module.$css); + $this->css($module.$css, $media); } }