diff --git a/core/lib/Thelia/Core/DependencyInjection/Loader/XmlFileLoader.php b/core/lib/Thelia/Core/DependencyInjection/Loader/XmlFileLoader.php index 7d92be2f5..1d1fec0fd 100644 --- a/core/lib/Thelia/Core/DependencyInjection/Loader/XmlFileLoader.php +++ b/core/lib/Thelia/Core/DependencyInjection/Loader/XmlFileLoader.php @@ -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 );