From 47c21c65c04b433fc4de98c6db385bd609975866 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Thu, 28 Aug 2014 01:01:32 +0300 Subject: CI_Parser: Fix a regression from b27338ac9710cfcf69c4c99028f474aae8b28b49 (#3189) --- system/libraries/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/libraries/Parser.php') diff --git a/system/libraries/Parser.php b/system/libraries/Parser.php index 8d802d2aa..2c2fc73b6 100644 --- a/system/libraries/Parser.php +++ b/system/libraries/Parser.php @@ -212,7 +212,7 @@ class CI_Parser { { if (is_array($val)) { - $pair = $this->_parse_pair($key, $val, $temp); + $pair = $this->_parse_pair($key, $val, $match[1]); if ( ! empty($pair)) { $temp = array_merge($temp, $pair); -- cgit v1.2.3-24-g4f1b