mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Merge branch 'bugfix/no-module-less-break-lesscompiler-3149'
fixes #3149
This commit is contained in:
commit
72592fcccf
@ -528,7 +528,9 @@ class Module
|
|||||||
{
|
{
|
||||||
$this->launchConfigScript();
|
$this->launchConfigScript();
|
||||||
$files = $this->cssFiles;
|
$files = $this->cssFiles;
|
||||||
$files[] = $this->getCssFilename();
|
if (file_exists($this->getCssFilename())) {
|
||||||
|
$files[] = $this->getCssFilename();
|
||||||
|
}
|
||||||
return $files;
|
return $files;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user