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]))