From 3e51e622417f38f00ca18cb87b1974b429266307 Mon Sep 17 00:00:00 2001 From: Benjamin Perche Date: Tue, 5 Aug 2014 09:19:33 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20import=20and=20import=20category=20parsin?= =?UTF-8?q?g=20=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20core/lib/Thelia/?= =?UTF-8?q?Core/DependencyInjection/Loader/XmlFileLoader.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Thelia/Core/DependencyInjection/Loader/XmlFileLoader.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 );