diff options
author | Jamie Rumbelow <jamie@jamierumbelow.net> | 2012-03-08 13:52:24 +0100 |
---|---|---|
committer | Jamie Rumbelow <jamie@jamierumbelow.net> | 2012-03-08 13:52:24 +0100 |
commit | 0cd8c798de4b99b5ad41bacdeef77a4a7b815a03 (patch) | |
tree | 7d4b58df441a5aa8fd9752d56ddaa0b8935dd944 /system/database/DB_driver.php | |
parent | 0c09299363bb27d6a115ee1377167a6bc71e09a7 (diff) |
Just the method, not the property
Diffstat (limited to 'system/database/DB_driver.php')
-rw-r--r-- | system/database/DB_driver.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php index 986916964..9e1c605ec 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php @@ -1208,7 +1208,7 @@ class CI_DB_driver { { if ( ! is_bool($protect_identifiers)) { - $protect_identifiers = $this->protect_identifiers; + $protect_identifiers = $this->_protect_identifiers; } if (is_array($item)) |