From 5ef462345b3b8f29164077bf0c1c7cd8f229e2d0 Mon Sep 17 00:00:00 2001 From: Krasimir Tsonev Date: Thu, 6 Dec 2012 22:53:53 +0200 Subject: [PATCH] Declaration of lessify::parse() should be compatible with that of lessc::parse() --- lessify.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessify.inc.php b/lessify.inc.php index 96d7d2a9..0f34f988 100644 --- a/lessify.inc.php +++ b/lessify.inc.php @@ -363,7 +363,7 @@ public function dump() { print_r($this->env); } - public function parse($str = null) { + public function parse($str = null, $initialVariables = null) { $this->prepareParser($str ? $str : $this->buffer); while (false !== $this->parseChunk());