Fix import and import category parsing
modifié: core/lib/Thelia/Core/DependencyInjection/Loader/XmlFileLoader.php
This commit is contained in:
@@ -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
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user