diff --git a/lessify.inc.php b/lessify.inc.php index 96d7d2a9..5dbf3b1e 100644 --- a/lessify.inc.php +++ b/lessify.inc.php @@ -364,6 +364,10 @@ public function dump() { } public function parse($str = null) { + $this->parse($str,null); + } + + public function parse($str = null, $initialVariables = null) { $this->prepareParser($str ? $str : $this->buffer); while (false !== $this->parseChunk());