1
0
mirror of synced 2025-02-09 00:39:25 +03:00

[2.5][Bug] Fix ConvertDoctrine1Schema->getMetadata

This bug was introduced at #1205 while resolving #1200.
This commit is contained in:
Restless-ET 2015-06-05 17:08:50 +01:00 committed by Benjamin Eberlei
parent 3e6c6af845
commit 0e208f7538

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)));
}
}