Fix import and import category parsing

modifié:         core/lib/Thelia/Core/DependencyInjection/Loader/XmlFileLoader.php
This commit is contained in:
Benjamin Perche
2014-08-05 09:19:33 +02:00
parent f3c4d15163
commit 3e51e62241

View File

@@ -91,13 +91,13 @@ class XmlFileLoader extends FileLoader
); );
$this->propelOnlyRun( $this->propelOnlyRun(
[$this, "parseExportCategories"], [$this, "parseImportCategories"],
$xml, $xml,
ImportCategoryTableMap::DATABASE_NAME ImportCategoryTableMap::DATABASE_NAME
); );
$this->propelOnlyRun( $this->propelOnlyRun(
[$this, "parseExports"], [$this, "parseImports"],
$xml, $xml,
ImportTableMap::DATABASE_NAME ImportTableMap::DATABASE_NAME
); );