diff options
Diffstat (limited to 'system/libraries')
-rw-r--r-- | system/libraries/Parser.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |