From 38d1f29bc33d7fe44981a9183e450b6893ba82a1 Mon Sep 17 00:00:00 2001 From: messju Date: Wed, 26 Nov 2003 14:02:05 +0000 Subject: [PATCH] raise max_level for $smarty.config... to 3 to allow arrays of config-vars --- libs/Smarty_Compiler.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index 14c8ba65..e4260da4 100644 --- a/libs/Smarty_Compiler.class.php +++ b/libs/Smarty_Compiler.class.php @@ -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: