Include "media" attr for module customCSS() (fixes #8219)

This commit is contained in:
Ingo Schommer 2013-02-01 10:22:58 +01:00
parent d77e06d585
commit b381e9933d

View File

@ -1100,7 +1100,7 @@ class Requirements_Backend {
$this->css($path.$css, $media);
}
else if ($module) {
$this->css($module.$css);
$this->css($module.$css, $media);
}
}