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, "parseExportCategories"],
|
||||
[$this, "parseImportCategories"],
|
||||
$xml,
|
||||
ImportCategoryTableMap::DATABASE_NAME
|
||||
);
|
||||
|
||||
$this->propelOnlyRun(
|
||||
[$this, "parseExports"],
|
||||
[$this, "parseImports"],
|
||||
$xml,
|
||||
ImportTableMap::DATABASE_NAME
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user