commit | 358b088aa9f288593f2af5af43e1b7d0028a2c8c | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Mon Jan 05 21:00:18 2015 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Mon Jan 05 21:00:18 2015 +0200 |
tree | 0fb672ebd9633b181dbca44b18e078fda55a8ae3 | |
parent | 40651ebf5e29fd4a17be2cd338e8d501d41b66b1 [diff] [blame] |
Fix #3460
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php index 9ef197c..5ea1fb8 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php
@@ -1230,7 +1230,7 @@ * @param string the table name * @return array */ - public function list_fields() + public function list_fields($table) { // Is there a cached result? if (isset($this->data_cache['field_names'][$table]))