Skip to content

Commit

Permalink
prevent max_nesting error when compile less
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhlh committed Dec 23, 2014
1 parent 38aaaec commit 17b4892
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/plg_system_t3/includes/lessphp/less.php
Expand Up @@ -22,6 +22,9 @@
*
* @package T3
*/
// prevent over max_nesting config in some case
@ini_set('xdebug.max_nesting_level', 120);

class T3LessCompiler
{
public static function compile ($source, $importdirs) {
Expand Down

0 comments on commit 17b4892

Please sign in to comment.