summaryrefslogtreecommitdiffstats
path: root/system/database/DB_forge.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2013-10-28 15:04:02 +0100
committerAndrey Andreev <narf@devilix.net>2013-10-28 15:04:02 +0100
commit96185a3a0edcc27fa0af6df761d6353a2208ea9d (patch)
tree1ef5789d3a0b540c0a51c505f0bf46cc0dfbfd1e /system/database/DB_forge.php
parent5d69a6e8e096faa99fb838dabd7fe548213b0f26 (diff)
Really fix #2703
Diffstat (limited to 'system/database/DB_forge.php')
-rw-r--r--system/database/DB_forge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_forge.php b/system/database/DB_forge.php
index f156d24eb..92806d305 100644
--- a/system/database/DB_forge.php
+++ b/system/database/DB_forge.php
@@ -744,7 +744,7 @@ abstract class CI_DB_forge {
{
if (isset($attributes['AFTER']))
{
- $field['after'] = $attributes['after'];
+ $field['after'] = $attributes['AFTER'];
}
elseif (isset($attributes['FIRST']))
{