commit | 963c96c5507ceb8b5c3de50d0ab959d21dcc8cd1 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Wed May 02 13:09:57 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Wed May 02 13:09:57 2012 +0300 |
tree | 71dca1feeb4167ef44a7a76ebc379ec52973fc0b | |
parent | f5f660e68ba334e68f1d81140664b79f895d1c61 [diff] [blame] |
Fix a wrong variable name
diff --git a/system/helpers/text_helper.php b/system/helpers/text_helper.php index daf31c3..c1c0eb9 100644 --- a/system/helpers/text_helper.php +++ b/system/helpers/text_helper.php
@@ -377,7 +377,7 @@ include(APPPATH.'config/foreign_chars.php'); } - if ( ! isset($foreign_characters) OR ! is_array($foreign_chars)) + if ( ! isset($foreign_characters) OR ! is_array($foreign_characters)) { return $str; }