Skip to content

Commit eb93e73

Browse files
Fixed typo
1 parent 42183de commit eb93e73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/core/Security.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ public function entity_decode($str, $charset = NULL)
605605
{
606606
if (($char = array_search($matches[$i].';', $_entities, TRUE)) !== FALSE)
607607
{
608-
$replace[$matches[$i]] = $character;
608+
$replace[$matches[$i]] = $char;
609609
}
610610
}
611611

@@ -934,4 +934,4 @@ protected function _csrf_set_hash()
934934
}
935935

936936
/* End of file Security.php */
937-
/* Location: ./system/core/Security.php */
937+
/* Location: ./system/core/Security.php */

0 commit comments

Comments
 (0)