Skip to content

Commit 358b088

Browse files
committed
1 parent 40651eb commit 358b088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/database/DB_driver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ public function table_exists($table_name)
12301230
* @param string the table name
12311231
* @return array
12321232
*/
1233-
public function list_fields()
1233+
public function list_fields($table)
12341234
{
12351235
// Is there a cached result?
12361236
if (isset($this->data_cache['field_names'][$table]))

0 commit comments

Comments
 (0)