substitutions : product category folder content

This commit is contained in:
Etienne Roudeix
2013-09-06 12:21:36 +02:00
parent b95218295d
commit b6a216fd9b
6 changed files with 222 additions and 44 deletions

View File

@@ -113,7 +113,7 @@ class ModelCriteriaTools
$localeSearch = LangQuery::create()->findOneById($requestedLangId);
if ($localeSearch === null) {
throw new \InvalidArgumentException(sprintf('Incorrect lang argument given in attribute loop: lang ID %d not found', $requestedLangId));
throw new \InvalidArgumentException(sprintf('Incorrect lang argument given : lang ID %d not found', $requestedLangId));
}
$locale = $localeSearch->getLocale();