1
0
mirror of synced 2025-02-01 04:51:45 +03:00

[2.0] Fixing reference to XML driver

This commit is contained in:
jwage 2009-06-05 21:58:05 +00:00
parent 115e4d01f2
commit 9f42e2d969

View File

@ -218,9 +218,9 @@ class YamlDriver extends AbstractFileDriver
/**
* Constructs a joinColumn mapping array based on the information
* found in the given SimpleXMLElement.
* found in the given join column element.
*
* @param $joinColumnElement The XML element.
* @param $joinColumnElement The array join column element
* @return array The mapping array.
*/
private function _getJoinColumnMapping($joinColumnElement)