summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorGraham Campbell <graham@mineuk.com>2014-06-29 15:05:49 +0200
committerGraham Campbell <graham@mineuk.com>2014-06-29 15:05:49 +0200
commiteb93e7347f4c7320ba0247b29095907d3b5b7b7f (patch)
treeb8e9a3e41ad431ef1346394925e84a4b51905ee7 /system
parent42183de45621e09621399ee161135f995af552ff (diff)
Fixed typo
Diffstat (limited to 'system')
-rwxr-xr-xsystem/core/Security.php4
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 */