1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-14 12:44:06 +02:00

Merge remote-tracking branch 'Marc/ticket/12170' into develop

* Marc/ticket/12170:
  [ticket/12170] Test for 12170
  [ticket/12170] Assign schema keys in migration helper with data_depth 1
This commit is contained in:
Joas Schilling
2014-02-10 14:23:09 +01:00
4 changed files with 48 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ class helper
$steps[] = array(
'dbtools.perform_schema_changes', array(array(
$change_type => array(
$value,
(!is_int($key)) ? $key : 0 => $value,
),
)),
);