1
0
mirror of synced 2025-02-02 05:21:44 +03:00

Merge branch 'DDC-3756' into 2.5

This commit is contained in:
Benjamin Eberlei 2015-06-16 21:44:14 +02:00
commit e4e59d8064

View File

@ -80,7 +80,7 @@ class ConvertDoctrine1Schema
$schema = array_merge($schema, (array) Yaml::parse(file_get_contents($file)));
}
} else {
$schema = array_merge($schema, (array) Yaml::parse(file_get_contents($file)));
$schema = array_merge($schema, (array) Yaml::parse(file_get_contents($path)));
}
}