commit | 0cd8c798de4b99b5ad41bacdeef77a4a7b815a03 | [log] [tgz] |
---|---|---|
author | Jamie Rumbelow <jamie@jamierumbelow.net> | Thu Mar 08 12:52:24 2012 +0000 |
committer | Jamie Rumbelow <jamie@jamierumbelow.net> | Thu Mar 08 12:52:24 2012 +0000 |
tree | 7d4b58df441a5aa8fd9752d56ddaa0b8935dd944 | |
parent | 0c09299363bb27d6a115ee1377167a6bc71e09a7 [diff] [blame] |
Just the method, not the property
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php index 9869169..9e1c605 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php
@@ -1208,7 +1208,7 @@ { if ( ! is_bool($protect_identifiers)) { - $protect_identifiers = $this->protect_identifiers; + $protect_identifiers = $this->_protect_identifiers; } if (is_array($item))