commit | 6684ce5c7957b1095ad137faa981e80723f5e848 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Thu Jan 05 22:05:14 2012 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Thu Jan 05 22:05:14 2012 +0200 |
tree | 0e60c488993fd42fe3695073f759b1588d89914b | |
parent | dc2ddfedc0660ce6db52db40ffa5667480b7568f [diff] [blame] |
Really fix error handling :)
diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php index dea08ff..f520f7c 100644 --- a/system/database/drivers/oci8/oci8_driver.php +++ b/system/database/drivers/oci8/oci8_driver.php
@@ -560,7 +560,7 @@ { if (is_resource($this->$key)) { - $res = $key; + $res = $this->$key; break; } }