Update lessphp to 2cc77e3c7b
authorErik Bernhardson <ebernhardson@wikimedia.org>
Wed, 23 Apr 2014 02:16:36 +0000 (19:16 -0700)
committerOri.livneh <ori@wikimedia.org>
Wed, 23 Apr 2014 03:30:02 +0000 (03:30 +0000)
Source:
* https://github.com/leafo/lessphp/compare/b7cd5c79e8...2cc77e3c7b
* https://github.com/leafo/lessphp/blob/2cc77e3c7b9e84cf30ca64fccf2a45a84fbcf0d3/lessc.inc.php

Updates:
84b1fda0d4 Set visibility of lessc::compileValue to 'public'

Change-Id: I499ddb01a662896fdcfe56d18021de5314e4d5d2

includes/libs/lessc.inc.php

index 57d45ed..e57dbcf 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /**
- * lessphp v0.4.0@b7cd5c79e8
+ * lessphp v0.4.0@2cc77e3c7b
  * http://leafo.net/lessphp
  *
  * LESS CSS compiler, adapted from http://lesscss.org
@@ -847,7 +847,7 @@ class lessc {
         * The input is expected to be reduced. This function will not work on
         * things like expressions and variables.
         */
-       protected function compileValue($value) {
+       public function compileValue($value) {
                switch ($value[0]) {
                case 'list':
                        // [1] - delimiter