mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
4b458fd719
commit
a5e75554ad
@ -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…
x
Reference in New Issue
Block a user