diff options
author | Graham Campbell <graham@mineuk.com> | 2014-06-29 15:05:49 +0200 |
---|---|---|
committer | Graham Campbell <graham@mineuk.com> | 2014-06-29 15:05:49 +0200 |
commit | eb93e7347f4c7320ba0247b29095907d3b5b7b7f (patch) | |
tree | b8e9a3e41ad431ef1346394925e84a4b51905ee7 /system/core | |
parent | 42183de45621e09621399ee161135f995af552ff (diff) |
Fixed typo
Diffstat (limited to 'system/core')
-rwxr-xr-x | system/core/Security.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/core/Security.php b/system/core/Security.php index 2cf214b18..cce20cdb9 100755 --- a/system/core/Security.php +++ b/system/core/Security.php @@ -605,7 +605,7 @@ class CI_Security { { if (($char = array_search($matches[$i].';', $_entities, TRUE)) !== FALSE) { - $replace[$matches[$i]] = $character; + $replace[$matches[$i]] = $char; } } @@ -934,4 +934,4 @@ class CI_Security { } /* End of file Security.php */ -/* Location: ./system/core/Security.php */
\ No newline at end of file +/* Location: ./system/core/Security.php */ |