diff options
Diffstat (limited to 'system/database/DB_forge.php')
-rw-r--r-- | system/database/DB_forge.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_forge.php b/system/database/DB_forge.php index 06e47a6b4..bb1ee4809 100644 --- a/system/database/DB_forge.php +++ b/system/database/DB_forge.php @@ -642,7 +642,7 @@ abstract class CI_DB_forge { show_error('Field information is required.'); } - $sqls = $this->_alter_table('CHANGE', $this->db->dbprefix.$table, $this->fields); + $sqls = $this->_alter_table('CHANGE', $this->db->dbprefix.$table, $this->_process_fields()); $this->_reset(); if ($sqls === FALSE) { |