commit | 7b1a2f1f40d940dde34e47b36808a84e0353af56 | [log] [tgz] |
---|---|---|
author | nisheeth-barthwal <nisheeth.barthwal@nbaztec.co.in> | Mon Mar 25 11:29:53 2013 +0530 |
committer | nisheeth-barthwal <nisheeth.barthwal@nbaztec.co.in> | Mon Mar 25 11:29:53 2013 +0530 |
tree | 818279b5b85c54fc396949395b1838e2b32d843f | |
parent | a5bcfb1d291d42521b0dc420b1b501c36710277d [diff] |
Changed "else if" to "elseif"
diff --git a/system/core/Input.php b/system/core/Input.php index 7424a00..6ee1320 100644 --- a/system/core/Input.php +++ b/system/core/Input.php
@@ -159,7 +159,7 @@ { $value = $array[$index]; } - else if(preg_match('/\[[^]]*\]$/', $index)) // Does the index contain array notation + elseif(preg_match('/\[[^]]*\]$/', $index)) // Does the index contain array notation { $key = $index; $container = $array;