mirror of
https://github.com/bcit-ci/CodeIgniter.git
synced 2025-02-20 11:13:29 +08:00
Removed xss_clean semicolon from get_instance
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user