aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/SPExportController.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPExportController.m b/Source/SPExportController.m
index b014cd4e..144fd14c 100644
--- a/Source/SPExportController.m
+++ b/Source/SPExportController.m
@@ -421,7 +421,8 @@ static const NSString *SPSQLExportDropEnabled = @"SQLExportDropEnabled";
[tableDict setObject:[NSArray arrayWithObjects:
[item objectAtIndex:1],
[item objectAtIndex:2],
- [item objectAtIndex:3],
+ [item objectAtIndex:3],
+ [item objectAtIndex:4],
nil]
forKey:[item objectAtIndex:0]];
}