We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42183de commit eb93e73Copy full SHA for eb93e73
system/core/Security.php
@@ -605,7 +605,7 @@ public function entity_decode($str, $charset = NULL)
605
{
606
if (($char = array_search($matches[$i].';', $_entities, TRUE)) !== FALSE)
607
608
- $replace[$matches[$i]] = $character;
+ $replace[$matches[$i]] = $char;
609
}
610
611
@@ -934,4 +934,4 @@ protected function _csrf_set_hash()
934
935
936
/* End of file Security.php */
937
-/* Location: ./system/core/Security.php */
+/* Location: ./system/core/Security.php */
0 commit comments