mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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();
|
||||
$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