mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
Remove the use of unavailable property $this->lessc->importDisabled
The functionality to set import to disabled is removed in `lessc`. Hence the code where this property is used has been removed from `LessCompiler`.
This commit is contained in:
parent
8e3c456327
commit
bd0fb8c154
@ -62,8 +62,6 @@ class LessCompiler
|
|||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
$this->lessc = new LessParser();
|
$this->lessc = new LessParser();
|
||||||
// Discourage usage of import because we're caching based on an explicit list of LESS files to compile
|
|
||||||
$this->lessc->importDisabled = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user