raise max_level for $smarty.config... to 3 to allow arrays of config-vars

This commit is contained in:
messju
2003-11-26 14:02:05 +00:00
parent ad237ebb0e
commit 38d1f29bc3

View File

@@ -1959,7 +1959,7 @@ class Smarty_Compiler extends Smarty {
case 'config':
$compiled_ref = "\$this->_config[0]['vars']";
$_max_index = 2;
$_max_index = 3;
break;
default: