mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
Also process mixin rules
This commit is contained in:
parent
38cc26eca5
commit
a775ae5f66
@ -92,6 +92,8 @@ class Visitor extends Less_VisitorReplacing
|
|||||||
$p['value'] = $this->visitObj($p['value']);
|
$p['value'] = $this->visitObj($p['value']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$m->rules = $this->visitArray($m->rules);
|
||||||
|
|
||||||
$this->definingMixin = spl_object_hash($m);
|
$this->definingMixin = spl_object_hash($m);
|
||||||
|
|
||||||
return $m;
|
return $m;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user