commit | 47c21c65c04b433fc4de98c6db385bd609975866 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Thu Aug 28 01:01:32 2014 +0300 |
committer | Andrey Andreev <narf@devilix.net> | Thu Aug 28 01:01:32 2014 +0300 |
tree | 72ac120dc79f8b613d2e2c831da7cb2526418c49 | |
parent | 459657415189f4fe3f8d4eb05b209ab78409f9b0 [diff] [blame] |
CI_Parser: Fix a regression from b27338ac9710cfcf69c4c99028f474aae8b28b49 (#3189)
diff --git a/system/libraries/Parser.php b/system/libraries/Parser.php index 8d802d2..2c2fc73 100644 --- a/system/libraries/Parser.php +++ b/system/libraries/Parser.php
@@ -212,7 +212,7 @@ { 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);