commit | 54d3ed6f0ebd943f9e689a2d1d6026e203913022 | [log] [tgz] |
---|---|---|
author | Rick Ellis <rick.ellis@ellislab.com> | Fri Oct 17 07:09:53 2008 +0000 |
committer | Rick Ellis <rick.ellis@ellislab.com> | Fri Oct 17 07:09:53 2008 +0000 |
tree | 053a889729f69801b2d7ad1f6ba0e477ce580964 | |
parent | 7799f52d9ba6efc0c309b04d23178f5c84d12e94 [diff] |
removed a global
diff --git a/system/libraries/Input.php b/system/libraries/Input.php index 4e312c7..f558e91 100644 --- a/system/libraries/Input.php +++ b/system/libraries/Input.php
@@ -962,7 +962,7 @@ */ function _html_entity_decode_callback($match) { - global $CFG; + $CFG =& load_class('Config'); $charset = $CFG->item('charset'); return $this->_html_entity_decode($match[0], strtoupper($charset));