commit | 91f00f0d14dc0614f0f2263ff940d6693a21fb4e | [log] [tgz] |
---|---|---|
author | freewil <sean@eternalrise.com> | Wed Sep 28 22:10:44 2011 -0400 |
committer | freewil <sean@eternalrise.com> | Wed Sep 28 22:10:44 2011 -0400 |
tree | f193ae7fcc7ef502c285493d1543180c135fdba3 | |
parent | 73b295ce336b7f2079895cc59d9c3c9e6713c84c [diff] |
remove redundant 'if' in typography helper
diff --git a/system/helpers/typography_helper.php b/system/helpers/typography_helper.php index 82e686e..d5b52a8 100644 --- a/system/helpers/typography_helper.php +++ b/system/helpers/typography_helper.php
@@ -83,12 +83,6 @@ function entity_decode($str, $charset = NULL) { global $SEC; - - if (empty($charset)) - { - $charset = config_item('charset'); - } - return $SEC->entity_decode($str, $charset); } }