diff --git a/library/Icinga/Web/LessCompiler.php b/library/Icinga/Web/LessCompiler.php index 5d5e04b22..261790579 100644 --- a/library/Icinga/Web/LessCompiler.php +++ b/library/Icinga/Web/LessCompiler.php @@ -39,7 +39,7 @@ class LessCompiler /** * Create a new instance */ - public function __construct($basePath = null) + public function __construct() { require_once 'lessphp/lessc.inc.php'; $this->lessc = new lessc();