mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
4b458fd719
commit
a5e75554ad
@ -528,7 +528,9 @@ class Module
|
|||||||
{
|
{
|
||||||
$this->launchConfigScript();
|
$this->launchConfigScript();
|
||||||
$files = $this->cssFiles;
|
$files = $this->cssFiles;
|
||||||
|
if (file_exists($this->getCssFilename())) {
|
||||||
$files[] = $this->getCssFilename();
|
$files[] = $this->getCssFilename();
|
||||||
|
}
|
||||||
return $files;
|
return $files;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user