parent
4b458fd719
commit
a5e75554ad
library/Icinga/Application/Modules
|
@ -528,7 +528,9 @@ class Module
|
|||
{
|
||||
$this->launchConfigScript();
|
||||
$files = $this->cssFiles;
|
||||
$files[] = $this->getCssFilename();
|
||||
if (file_exists($this->getCssFilename())) {
|
||||
$files[] = $this->getCssFilename();
|
||||
}
|
||||
return $files;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue