Should fix installs
jdarwood007

jdarwood007 commited on 2021-02-13 08:29:50
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -46,7 +46,7 @@ foreach ($new_fields as $column_name => $column_attributes)
46 46
 
47 47
 // Do the loopy, loop, loe.
48 48
 foreach ($changed_fields as $column_name => $column_attributes)
49
-	$smcFunc['db_change_column']('{db_prefix}ban_items', $column_attributes);
49
+	$smcFunc['db_change_column']('{db_prefix}ban_items', $column_name, $column_attributes);
50 50
 
51 51
 // Find any IPv6 bans and reenable them again.
52 52
 // !!! Note, We changed is_ipv6 to the time stamp of when it is supposed of expired, 1 if it was a perm ban.
53 53