summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/database/DB_driver.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php
index a327f4ad9..371b6db96 100644
--- a/system/database/DB_driver.php
+++ b/system/database/DB_driver.php
@@ -1118,6 +1118,7 @@ abstract class CI_DB_driver {
* Generates a platform-specific update string from the supplied data
*
* @param string the table name
+ * @param array the update data
* @return string
*/
protected function _update($table, $values)