From fb021a55a29d31ccc96ac496657bd4f2c88872b4 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 28 Jan 2014 09:37:30 +0100 Subject: [PATCH] assign true to force_return param in feature_value loop --- core/lib/Thelia/Core/Template/Loop/FeatureValue.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/lib/Thelia/Core/Template/Loop/FeatureValue.php b/core/lib/Thelia/Core/Template/Loop/FeatureValue.php index 1547202f7..2341db00a 100644 --- a/core/lib/Thelia/Core/Template/Loop/FeatureValue.php +++ b/core/lib/Thelia/Core/Template/Loop/FeatureValue.php @@ -67,7 +67,8 @@ class FeatureValue extends BaseI18nLoop implements PropelSearchLoopInterface new Type\EnumListType(array('alpha', 'alpha_reverse', 'manual', 'manual_reverse')) ), 'manual' - ) + ), + Argument::createBooleanTypeArgument('force_return', true) ); }