Removed xss_clean semicolon from get_instance

World Wide Web Server 2012-07-04 16:04:43 -07:00
parent ed2c11e825
commit 8fa27efbfe

@ -51,7 +51,7 @@ class Dbvars {
function __construct()
{
$this->ci = &get;_instance();
$this->ci =& get_instance();
$q = $this->ci->db->get(self::TABLE);
foreach ($q->result() as $row)