Commit 36d27d7
committed
Update to wikimedia/less.php 5.0
Fix Less_Parser::AllParsedFiles -> getParsedFiles().
This was previously calling the static method Less_Parser::AllParsedFiles, but
using a non-standard casing for the method name, and via the instance rather
than static access to the static function.
This has been deprecated in 4.x and removed in 5.0 in favour of getParsedFiles,
which does what the code previously expected already.1 parent c518a13 commit 36d27d7
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
0 commit comments