commit | 408cbb4f3582ac64bb534a6539370992071d5950 | [log] [tgz] |
---|---|---|
author | nisheeth-barthwal <nisheeth.barthwal@nbaztec.co.in> | Tue Mar 26 19:06:40 2013 +0530 |
committer | nisheeth-barthwal <nisheeth.barthwal@nbaztec.co.in> | Tue Mar 26 19:06:40 2013 +0530 |
tree | 1c558aeacdd90b3ca848c453a1f8686e49aeefa3 | |
parent | 47ea5a8b99e17e9513be57d0af92f9e2637569b2 [diff] [blame] |
Code style fix
diff --git a/system/core/Input.php b/system/core/Input.php index 1e21886..6690b7f 100644 --- a/system/core/Input.php +++ b/system/core/Input.php
@@ -163,7 +163,7 @@ for ($i = 0; $i < $count; $i++) { $key = trim($matches[0][$i], '[]'); - if($key === '') // Empty notation will return the value as array + if ($key === '') // Empty notation will return the value as array { break; }