From c60bb02da744249a737e87ec97f3af1d183990de Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Fri, 17 Jan 2014 14:42:41 +0100 Subject: [PATCH] Fixed imporper use of Thelia\Model\Base\LangQuery --- core/lib/Thelia/Model/Lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Model/Lang.php b/core/lib/Thelia/Model/Lang.php index 189b640ab..5f7289792 100755 --- a/core/lib/Thelia/Model/Lang.php +++ b/core/lib/Thelia/Model/Lang.php @@ -8,7 +8,7 @@ use Propel\Runtime\Propel; use Thelia\Core\Event\Lang\LangEvent; use Thelia\Core\Event\TheliaEvents; use Thelia\Model\Base\Lang as BaseLang; -use Thelia\Model\Base\LangQuery; +use Thelia\Model\LangQuery; use Thelia\Model\Map\LangTableMap; class Lang extends BaseLang {